scala extension

This commit is contained in:
Thomas Hobson 2021-04-24 20:09:25 +12:00
parent 8923fbd5cf
commit ceb902349f
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
# Put instructions to run the runtime
scala -color never "$@"
scala "$@"