From 4c94197bc23aa96a4f252b31dbb1b12fb0e12731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Habov=C5=A1tiak?= Date: Sun, 3 May 2020 21:59:55 +0200 Subject: [PATCH] Added hashbang (#304) * Added hashbang * Updated the env style hashbang --- rtl.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtl.js b/rtl.js index 8da1a109..b9cd97b1 100644 --- a/rtl.js +++ b/rtl.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + const app = require("./app"); const common = require("./common"); const debug = require("debug")("node-angular");