mirror of
https://github.com/thelounge/thelounge
synced 2024-11-15 08:47:16 +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");
|