mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
const { Daemon } = imports.clapper_src.daemon;
|
|
|
|
function main()
|
|
{
|
|
new Daemon(ARGV[0]);
|
|
}
|