git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Coverity fixes (Jens)
[u/mrichter/AliRoot.git]
/
PWGGA
/
PHOSTasks
/
omega3pi
/
grid
/
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