mirror of
https://github.com/thelounge/thelounge
synced 2024-12-03 17:29:14 +00:00
3 lines
77 B
JavaScript
Executable file
3 lines
77 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
process.chdir(__dirname);
|
|
require("./src/command-line");
|