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

Add -d command-line argument to specify a dropfile which gets automatically

parsed.
parent e0899adb
No related branches found
No related tags found
No related merge requests found
......@@ -825,6 +825,11 @@ var dk = {
this.console.local = true;
this.console.remote = false;
break;
case '-d':
case '-dropfile':
if (i+1 < argc)
this.parse_dropfile(argv[++i]);
break;
}
}
if (this.connection.telnet === undefined)
......
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