diff --git a/shell.py b/shell.py index ce53b0e..955dd51 100644 --- a/shell.py +++ b/shell.py @@ -113,7 +113,7 @@ def main(): elif inp == "ls": pclish_ls() elif inp == "mkdir": - pclish_mkdir(dir) + pclish_mkdir() elif inp == "shtdwnsubsys": pclish_shtdwnsubsys() elif inp == "system": @@ -121,7 +121,7 @@ def main(): elif inp == "echo": pclish_echo(txt) elif inp == "oscmd": - pclish_oscmd(ARGS) + pclish_oscmd() else: execute_command(inp)