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] This simple trick didn't work...
[wikipediardware.git]
/
host-tools
/
scripts
/
execute_wget.sh
blob
ead2b0edd51f84192c1e953853520a62273be57c
1
#!/usr/bin/env bash
2
3
4
for
job
in
work
/
`hostname`
/*/
wget
;
5
do
6
fetch_wget.sh
$job
&
7
done
8
9
10
wait
11
12