This website requires JavaScript.
Explore
Help
Register
Sign In
supernets
/
hardlounge
Watch
4
Fork
0
You've already forked hardlounge
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
28ae544b2a
hardlounge
/
index.js
4 lines
77 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Turn index.js into an executable
2014-08-05 08:32:25 +00:00
#!/usr/bin/env node
process
.
chdir
(
_
_dirname
)
;
Comply with ESLint
2015-09-30 22:39:57 +00:00
require
(
"./src/command-line"
)
;
Reference in New Issue
Copy Permalink