Assignment 7 #4

Merged
saschato merged 75 commits from Assignment-7 into master 2024-07-08 11:19:51 +02:00
Showing only changes of commit 86c1001ce0 - Show all commits

View file

@ -23,7 +23,7 @@ int main(int argc, char** argv) {
else if (strcmp(command, "proxysetup")==0) else if (strcmp(command, "proxysetup")==0)
handle_proxysetup(argc-2, argv+2); handle_proxysetup(argc-2, argv+2);
else if (strcmp(command, "embedded")==0) else if (strcmp(command, "embedded")==0)
handle_proxysetup(argc-2, argv+2); handle_embedded_device(argc-2, argv+2);
else else
syntax_exit(); syntax_exit();
} }