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

updated script

This commit is contained in:
Daniil Gentili 2015-09-27 11:19:33 +02:00
parent b701840be1
commit e8ee9ef4f1

View File

@ -22,7 +22,7 @@ echo "Remove all duplicates"
awk '!seen[$0]++' $tmp/tmp $dir/urllist >$tmp/final
mv $tmp/final $dir/urllist
git clone https://${GH_TOKEN}:github.com/danog/gigaclone.git $tmp/git
git clone https://${GH_TOKEN}@github.com/danog/gigaclone.git $tmp/git
cd $tmp/git
cp $dir/urllist .
git add -A