mirror of
https://github.com/danog/gigaclone.git
synced 2025-01-22 21:51:16 +01:00
updated script
This commit is contained in:
parent
b701840be1
commit
e8ee9ef4f1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user