Skip to content
Snippets Groups Projects
Commit eb68a31e authored by deuce's avatar deuce
Browse files

Add auto-install support.

parent d850186d
No related branches found
No related tags found
No related merge requests found
......@@ -1328,5 +1328,13 @@ function main()
}
}
main();
exit(0);
if (argc == 1 && argv[0] == 'INSTALL') {
var install = {
desc:'`0T`2ravel `0T`2o `0B`2arak\'s `0H`2ouse`2',
}
exit(0);
}
else {
main();
exit(0);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment