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-12-07 15:15:23 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-12-07 15:15:23 +0300
commit7f01f07f06525aaba88434dd9c557adde21caeca (patch)
tree49cf3bb297340cd3d5b3b822bb163dd590c8f465 /bin
parent721ffa79e00a432d5978abfd5708fab648e5a466 (diff)
remove clone script
`zelda` doesn’t work reliably on npm3 yet. this script is currently more trouble than it’s worth
Diffstat (limited to 'bin')
-rwxr-xr-xbin/clone.sh27
1 files changed, 0 insertions, 27 deletions
diff --git a/bin/clone.sh b/bin/clone.sh
deleted file mode 100755
index 3b6ae9d..0000000
--- a/bin/clone.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/env bash
-
-if [ "$#" -ne 1 ] || ! [ -d "$1" ]; then
- echo "Usage: $0 DIRECTORY_TO_CLONE_INTO" >&2
- exit 1
-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: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/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:fisch0920/bittorrent-peerid.git
-git clone git@github.com:fisch0920/ip-set.git
-popd
-./node_modules/.bin/zelda $1