From 34c60c69d85a4e66ecd8955e59abeb949d59acbe Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 13 Oct 2016 09:41:09 +0100 Subject: [PATCH] shebang --- babelcheck.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/babelcheck.js b/babelcheck.js index 46098e0979..89f5cac554 100644 --- a/babelcheck.js +++ b/babelcheck.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + var exec = require('child_process').exec; // Makes sure the babel executable in the path is babel 6 (or greater), not