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>2014-02-01 06:50:03 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-02-01 06:50:03 +0400
commit9464ba6b7c68bb3fdb51a39097ffe5bd5e5473a2 (patch)
treea02c05dabc8324b9b10bbc18e077b4031d36891f /bin
parentbf8abcb409c5d9b7f3586f64612f9a38b78e42ed (diff)
make start script executable
Diffstat (limited to 'bin')
-rwxr-xr-x[-rw-r--r--]bin/start.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/start.js b/bin/start.js
index df61b9a..087a1a1 100644..100755
--- a/bin/start.js
+++ b/bin/start.js
@@ -1,3 +1,5 @@
+#!/usr/bin/env node
+
var cp = require('child_process')
var BIN = '/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary'