summaryrefslogtreecommitdiff
path: root/bin/firall.sh
blob: f9cae29f62e7bb6b3006e9df7c0bc4f07fd2aff8 (plain)
1
2
3
4
5
#!/bin/bash
shift 1
for file in "$@"; do
    sbt "run $file"
done