mirror of
https://github.com/thelounge/thelounge
synced 2025-01-28 20:15:05 +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");
|