mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 07:04:18 +00:00
3 lines
87 B
JavaScript
Executable file
3 lines
87 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
process.chdir(__dirname);
|
|
var cli = require("./src/command-line");
|