From ab1f1b63fd0c86dc936fcb65a9c4c2300eb9944d Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sat, 20 Feb 2021 21:25:44 +0000 Subject: [PATCH] Update shell.py --- shell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)