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

Updated gitsync

This commit is contained in:
Daniil Gentili 2015-09-24 22:02:08 +02:00
parent 949bfc8f0f
commit d943f5abe1

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
dir="$PWD/copy"
mkdir
mkdir $dir
cd $dir
wget http://profile.gigaset.net/logs.tgz && tar -xzf logs.tgz && cd log && awk '!seen[$0]++' * | grep -v 404 | grep -v 403 | cut -d'H' -f1 | sed 's/^/http:\/\/profile\.gigaset\.net//g' | awk '!seen[$0]++' > ../tmp.txt && cd ../ && rm -R log logs.tgz && wget -i tmp.txt -x -N -nc && rm tmp.txt
wget https://copy.com/install/linux/Copy.tgz