diff options
Diffstat (limited to 'bin/to-fir.sh')
| -rwxr-xr-x | bin/to-fir.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/to-fir.sh b/bin/to-fir.sh new file mode 100755 index 00000000..53127ec7 --- /dev/null +++ b/bin/to-fir.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +sbt "run $1" |
