« get me outta code hell

Generally improve how scripts and running works - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/src/play.js
diff options
context:
space:
mode:
authorliam4 <towerofnix@gmail.com>2017-05-31 19:59:16 -0300
committerliam4 <towerofnix@gmail.com>2017-05-31 19:59:16 -0300
commit69cf7222241ee9ed1f2aae3fba48061f05dbd56f (patch)
treebf0a9cdb52a0d2a2a6087e7e07808c412acbc4f8 /src/play.js
parent50a9c1a0a3feca4412f1c4041f041e7faf45088f (diff)
Generally improve how scripts and running works
Diffstat (limited to 'src/play.js')
-rwxr-xr-x[-rw-r--r--]src/play.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/play.js b/src/play.js
index 5e3e04b..2e47fba 100644..100755
--- a/src/play.js
+++ b/src/play.js
@@ -1,3 +1,5 @@
+#!/usr/bin/env node
+
 'use strict'
 
 const fs = require('fs')