1
0
mirror of https://github.com/danog/gigaclone.git synced 2024-11-30 04:29:09 +01:00

Fix travis

This commit is contained in:
Daniil Gentili 2015-11-04 18:37:59 +01:00
parent 68b237afdb
commit fa6bee76b7

View File

@ -48,7 +48,7 @@ mv $tmp/finall $tmp/final
mkdir $tmp/test
cd $tmp/test
for f in $(sed 's/http:\/\/profile.gigaset.net\///g' $tmp/final);do mkdir -p $f; echo -n "a";done
for f in $(sed 's/http:\/\/profile.gigaset.net\///g;s/^\/*//g' $tmp/final);do mkdir -p $f; echo -n "a";done
echo t
tree -T "profile.gigaset.net" -C -H http://profile.gigaset.net -o $tmp/tree.html