Update shell.py

This commit is contained in:
JaydenMW 2021-02-20 21:36:02 +00:00
parent 898ea35794
commit 81973ab2f9
1 changed files with 5 additions and 5 deletions

View File

@ -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)