Added batsh.batsh file in Batsh language.

Batsh is a language that compiles to bash scripts or Windows batch files (.bat).
This allows to run the resulting script without any dependencies on target
platform.

More info about batsh:

http://batsh.org/
https://github.com/BYVoid/Batsh
This commit is contained in:
Grzegorz Antoniak
2016-05-20 13:54:52 +02:00
parent 9f63e88962
commit 4a45d5c35d

1
b/batsh.batsh Normal file
View File

@@ -0,0 +1 @@
println("Hello world");