repo.or.cz
/
wikipediardware.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[rendering] Do not write duplicated hashes...
[wikipediardware.git]
/
host-tools
/
scripts
/
execute_webkit.sh
blob
193d60dfe9aca74869c37bf35d7579559a0578a4
1
#!/usr/bin/env bash
2
3
4
for
job
in
work
/
`hostname`
/*;
5
do
6
fetch_data.py
$job
&
7
done
8
9
10
wait
11
12