Skip to content

Instantly share code, notes, and snippets.

@haoch
Created January 8, 2014 08:41
Show Gist options
  • Save haoch/8313681 to your computer and use it in GitHub Desktop.
Save haoch/8313681 to your computer and use it in GitHub Desktop.
Scala Script
#!/bin/bash
exec scala "$0" "$@"
!#
object HelloApp extends App{
println("HelloApp")
}
HelloApp.main(args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment