git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0d6f054174236f03ff2600abe1ce14a1cb6c9451
[u/mrichter/AliRoot.git]
/
submit.sh
1
#!/bin/sh
2
#Usage: list.txt is the list of xml collections to process.
3
4
runs=`cat list.txt`
5
6
for run in $runs; do
7
echo "submit Omega.jdl ${run}"
8
submit Omega.jdl ${run}
9
10
done
11