From 81973ab2f9d792dc8597d6acb9bc18f33c1b585a Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sat, 20 Feb 2021 21:36:02 +0000 Subject: [PATCH] Update shell.py --- shell.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shell.py b/shell.py index ad0a08a..bb213b7 100644 --- a/shell.py +++ b/shell.py @@ -110,17 +110,17 @@ def main(): pclish_help() elif inp == "ver": pclish_ver() - elif inp == "ls": + elif inp == "ls ": pclish_ls() - elif inp == "mkdir": + elif inp == "mkdir ": pclish_mkdir() elif inp == "shtdwnsubsys": pclish_shtdwnsubsys() elif inp == "system": pclish_system() - elif inp == "echo": - pclish_echo(txt) - elif inp == "oscmd": + elif inp == "echo ": + pclish_echo() + elif inp == "oscmd ": pclish_oscmd() else: execute_command(inp)