This website requires JavaScript.
Explore
Help
Sign in
Mirrors
/
thelounge
Watch
2
Star
0
Fork
You've already forked thelounge
0
mirror of
https://github.com/thelounge/thelounge
synced
2025-02-17 13:48:26 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
541d16bc61
thelounge
/
index.js
4 lines
77 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Turn index.js into an executable
2014-08-05 01:32:25 -07:00
#!/usr/bin/env node
process
.
chdir
(
_
_dirname
)
;
Comply with ESLint
2015-10-01 00:39:57 +02:00
require
(
"./src/command-line"
)
;
Reference in a new issue
Copy permalink