1
0
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:
Daniil Gentili 2015-09-29 10:55:32 +02:00
parent be57498ed8
commit 0c67b80b43

View File

@ -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