index
:
boca.git
master
This is an administration system to held programming contests
Lucas Faria Mendes
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
boca-submit-run-cron
blob: c77b4d5d1481f73f93786e88da5e1df6d964d57d (
plain
)
1
2
3
4
5
#!/bin/bash
for
i in
`
ls /root/submissions/*.bocarun
`
;
do
boca-submit-run-aux
"
$i
"
done