mirror of
https://github.com/danog/gigaclone.git
synced 2024-12-03 09:57:55 +01:00
Update gigaclone
This commit is contained in:
parent
139edcdb14
commit
368e3b11d7
@ -23,7 +23,7 @@ awk '!seen[$0]++' $tmp/tmp >$tmp/final
|
|||||||
|
|
||||||
cd $dir
|
cd $dir
|
||||||
echo "Download everything."
|
echo "Download everything."
|
||||||
[ "$TRAVIS" = "true" ] && { wget -i $tmp/final -x -N 2>/dev/null | { echo Still working;sleep 60; } ; } || wget -i $tmp/final -x -N
|
[ "$TRAVIS" = "true" ] && { wget -i $tmp/final -x -N -q | { until [ "$(ps aux | grep wget | grep -v grep)" = "" ]; echo Still working;sleep 60;done } ; } || wget -i $tmp/final -x -N
|
||||||
echo "Clean up."
|
echo "Clean up."
|
||||||
rm -r $tmp
|
rm -r $tmp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user