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:
parent
24d604a664
commit
c7e788f5a4
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user