mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-07-26 19:41:56 +00:00
Remove .script! hack
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
exec scala "$0" "$@"
|
||||
!#
|
||||
|
||||
object HelloWorld {
|
||||
def main(args: Array[String]) {
|
||||
println("Hello, world!")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user