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() pclish_help()
elif inp == "ver": elif inp == "ver":
pclish_ver() pclish_ver()
elif inp == "ls": elif inp == "ls ":
pclish_ls() pclish_ls()
elif inp == "mkdir": elif inp == "mkdir ":
pclish_mkdir() pclish_mkdir()
elif inp == "shtdwnsubsys": elif inp == "shtdwnsubsys":
pclish_shtdwnsubsys() pclish_shtdwnsubsys()
elif inp == "system": elif inp == "system":
pclish_system() pclish_system()
elif inp == "echo": elif inp == "echo ":
pclish_echo(txt) pclish_echo()
elif inp == "oscmd": elif inp == "oscmd ":
pclish_oscmd() pclish_oscmd()
else: else:
execute_command(inp) execute_command(inp)