Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2015-03-01 00:02:28 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-03-01 00:02:28 +0300
commitf252d16df4a6142cb2a65d02b5014e92bb88b53c (patch)
treea102491f0a70d25c42d9d97565a15ea1c165a853 /bin
parentee2e797224e9b6e6013c96a0fdf68ed871e95835 (diff)
update clone script
Diffstat (limited to 'bin')
-rwxr-xr-xbin/clone.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/clone.sh b/bin/clone.sh
index 7b7229b..89a89ee 100755
--- a/bin/clone.sh
+++ b/bin/clone.sh
@@ -8,21 +8,22 @@ fi
pushd $1
git clone git@github.com:feross/addr-to-ip-port.git
git clone git@github.com:feross/bittorrent-dht.git
-git clone git@github.com:fisch0920/bittorrent-peerid.git
git clone git@github.com:feross/bittorrent-protocol.git
git clone git@github.com:feross/bittorrent-swarm.git
git clone git@github.com:feross/bittorrent-tracker.git
git clone git@github.com:feross/create-torrent.git
git clone git@github.com:feross/load-ip-set.git
git clone git@github.com:feross/magnet-uri.git
+git clone git@github.com:feross/parse-torrent-file.git
git clone git@github.com:feross/parse-torrent.git
git clone git@github.com:feross/simple-peer.git
-git clone git@github.com:feross/simple-websocket.git
git clone git@github.com:feross/string2compact.git
git clone git@github.com:feross/torrent-discovery.git
git clone git@github.com:feross/ut_metadata.git
git clone git@github.com:feross/ut_pex.git
git clone git@github.com:feross/webtorrent-swarm.git
git clone git@github.com:feross/webtorrent-tracker.git
+git clone git@github.com:fisch0920/bittorrent-peerid.git
+git clone git@github.com:fisch0920/ip-set.git
popd
./node_modules/.bin/zelda $1