From 7f01f07f06525aaba88434dd9c557adde21caeca Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 7 Dec 2015 04:15:23 -0800 Subject: remove clone script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `zelda` doesn’t work reliably on npm3 yet. this script is currently more trouble than it’s worth --- bin/clone.sh | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 bin/clone.sh (limited to 'bin') 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 -- cgit v1.2.3