1
0
mirror of https://github.com/danog/gigaclone.git synced 2025-01-22 21:51:16 +01:00

Update .travis.gigaclone

This commit is contained in:
Daniil Gentili 2015-09-29 11:09:54 +02:00
parent 24d604a664
commit c7e788f5a4

View File

@ -4,7 +4,7 @@ dir="$PWD"
git log -1 --pretty=%B | grep list && {
n=0
t() {
until [ "$n" = "60" ]; do n=$(($n + 1)); echo Still working;sleep 60;done
until [ "$n" = "60" ] || [ "$(ps aux | grep -v grep | grep wget)" = "" ]; do n=$(($n + 1)); echo Still working;sleep 60;done
killall wget
}
echo "Download everything."