From 75134bc0a4d6ff53e16e09162688b39520dcbc4d Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sat, 20 Feb 2021 21:20:52 +0000 Subject: [PATCH] Update shell.py --- shell.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell.py b/shell.py index 21a36d0..04d5452 100644 --- a/shell.py +++ b/shell.py @@ -110,15 +110,15 @@ def main(): elif inp == "ls": pclish_ls() elif inp == "mkdir": - pclish_mkdir() + pclish_mkdir(dir) elif inp == "shtdwnsubsys": pclish_shtdwnsubsys() elif inp == "system": pclish_system() elif inp == "echo": - pclish_echo() + pclish_echo(txt) elif inp == "oscmd": - pclish_oscmd() + pclish_oscmd(ARGS) else: execute_command(inp)