Scala application launcher and interactive interpreter. More information: https://scala-lang.org.
scala
scala -classpath {{filename.jar}} {{command}}
scala {{script.scala}}
.jar
scala {{filename.jar}}
scala -e {{command}}