UNPKG

nos-desktop

Version:

A desktop, window manager, and GUI for the NOS operating system.

8 lines (6 loc) 109 B
var args = process.argv; switch(args[2]) { case "--start": require("../lib/").Desktop.init(); break; }