Skip to content

Instantly share code, notes, and snippets.

@shosti
Created May 21, 2017 23:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shosti/301bed9a6b9b9f572dabf718416950e0 to your computer and use it in GitHub Desktop.
Save shosti/301bed9a6b9b9f572dabf718416950e0 to your computer and use it in GitHub Desktop.
From 0a9a0231bd5e1eb92c856c90057e7edfead60470 Mon Sep 17 00:00:00 2001
From: Emanuel Evans <mail@emanuel.industries>
Date: Sun, 21 May 2017 16:54:02 -0700
Subject: [PATCH] Shebang for run.js
---
bin/run.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/run.js b/bin/run.js
index a1cadfd..e8924e4 100644
--- a/bin/run.js
+++ b/bin/run.js
@@ -1,3 +1,5 @@
+#!/usr/bin/env node
+
const path = require('path')
const CLI = require('cli-engine').default
const root = path.join(__dirname, '..')
--
2.12.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment