Skip to content

adiloguz/KotlinScriptCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

KotlinScriptCompiler

TR

Kotlin Betik Derleyici ve Çalıştırıcı

Bu basit bash betiği, bir Kotlin dosyasını derleyip çalıştırmak için kullanılır. Betik, kullanıcıdan Kotlin dosyasının adını alır, dosyayı derler ve ardından çalıştırır.

Kullanım

Betik, şu şekilde çalıştırılır:

./compile.sh <kotlin_dosyası>
  • <kotlin_dosyası>: Derlenip çalıştırılacak Kotlin dosyasının adı.

Örnek Kullanım

./compile.sh hello.kt

Bu örnek, hello.kt adlı Kotlin dosyasını derler ve çalıştırır.

EN

Kotlin Script Compiler and Runner

This simple bash script is used to compile and run a Kotlin file. The script takes the name of the Kotlin file from the user, compiles it, and then executes it.

Usage

The script is executed as follows:

./compile.sh <kotlin_file>
  • <kotlin_file>: The name of the Kotlin file to be compiled and executed.

Example Usage

./compile.sh hello.kt

This example compiles and runs the Kotlin file named hello.kt.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages