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