mirror of
https://github.com/danog/gigaclone.git
synced 2024-11-26 20:14:58 +01:00
Update .travis.gigaclone
This commit is contained in:
parent
be57498ed8
commit
0c67b80b43
@ -2,8 +2,10 @@
|
||||
set -e
|
||||
dir="$PWD"
|
||||
git log -1 --pretty=%B | grep list && {
|
||||
n=0
|
||||
t() {
|
||||
until [ "$(ps aux | grep wget | grep -v grep)" = "" ]; do echo Still working;sleep 60;done
|
||||
until [ "$n" = "60" ]; do n=$(($n + 1)); echo Still working;sleep 60;done
|
||||
killall wget
|
||||
}
|
||||
echo "Download everything."
|
||||
wget -i $dir/urllist -x -N -q -P $dir | t
|
||||
|
Loading…
Reference in New Issue
Block a user