diff options
| author | cassio <cassiopc@gmail.com> | 2015-08-10 04:47:50 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2015-08-10 04:47:50 +0000 |
| commit | 0c84724c228874c524ba9ca5a00b6ec91c8e2c3f (patch) | |
| tree | a108c346a46e329979fb156d902449ba37d2f532 /tools/boca-submit-run-cron | |
| parent | e9a96f5453e5675bfcc74c3c977720064575c423 (diff) | |
| download | boca-0c84724c228874c524ba9ca5a00b6ec91c8e2c3f.tar.gz boca-0c84724c228874c524ba9ca5a00b6ec91c8e2c3f.zip | |
fixes
Diffstat (limited to 'tools/boca-submit-run-cron')
| -rw-r--r-- | tools/boca-submit-run-cron | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/boca-submit-run-cron b/tools/boca-submit-run-cron new file mode 100644 index 0000000..c77b4d5 --- /dev/null +++ b/tools/boca-submit-run-cron @@ -0,0 +1,5 @@ +#!/bin/bash + +for i in `ls /root/submissions/*.bocarun`; do + boca-submit-run-aux "$i" +done |