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-11-21 16:02:58 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-11-21 16:02:58 +0300
commit4f60cf4db468b0078c4c6122d96d07da6c0a4d24 (patch)
tree2a2b54d44622f290494934b396e2853483fc0289 /bin
parent59072315edcfd176378ed87836948ccad9cdde26 (diff)
cross-platform shell script
https://github.com/feross/webtorrent/commit/12777c75de013df0cab2e4dd9351 8e817cea0b1e#commitcomment-14542699
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