diff options
| author | Richard Lin | 2019-01-18 16:23:27 -0800 |
|---|---|---|
| committer | GitHub | 2019-01-18 16:23:27 -0800 |
| commit | 3b3405e8bd496749dcb47e17156c0224a6f8a496 (patch) | |
| tree | 4a8076509cb0a18591a7fea1e3143da3e54dd65e /bin/firall.sh | |
| parent | 9c9920eb0f53f91beddf051c8bffce1ad0116f69 (diff) | |
Remove bin (#991)
Diffstat (limited to 'bin/firall.sh')
| -rwxr-xr-x | bin/firall.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/firall.sh b/bin/firall.sh deleted file mode 100755 index f9cae29f..00000000 --- a/bin/firall.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -shift 1 -for file in "$@"; do - sbt "run $file" -done |
