2
0
Fork 0
mirror of https://github.com/thelounge/thelounge synced 2025-02-09 18:03:28 +00:00
thelounge/index.js

4 lines
87 B
JavaScript
Raw Normal View History

2014-08-05 08:32:25 +00:00
#!/usr/bin/env node
process.chdir(__dirname);
2014-08-25 09:40:13 +00:00
var cli = require("./src/command-line");