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