mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Added hashbang (#304)
* Added hashbang * Updated the env style hashbang
This commit is contained in:
parent
99b3dbb798
commit
4c94197bc2
1 changed files with 2 additions and 0 deletions
2
rtl.js
2
rtl.js
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
const app = require("./app");
|
||||
const common = require("./common");
|
||||
const debug = require("debug")("node-angular");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue