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
diff options
context:
space:
mode:
Diffstat (limited to 'bin/clone.sh')
-rwxr-xr-xbin/clone.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/clone.sh b/bin/clone.sh
index d1195b3..e40aa11 100755
--- a/bin/clone.sh
+++ b/bin/clone.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
if [ "$#" -ne 1 ] || ! [ -d "$1" ]; then
echo "Usage: $0 DIRECTORY_TO_CLONE_INTO" >&2