mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
7
test/fixtures/script.rkt
vendored
Normal file
7
test/fixtures/script.rkt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
#| -*- scheme -*-
|
||||
exec racket -um "$0" "$@"
|
||||
|#
|
||||
|
||||
(require racket/file racket/path racket/list racket/string
|
||||
(for-syntax racket/base))
|
||||
9
test/fixtures/script.scala
vendored
Normal file
9
test/fixtures/script.scala
vendored
Normal file
@@ -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