Update shell.py

This commit is contained in:
JaydenMW 2021-02-20 21:20:52 +00:00
parent 2b2ee1dfe1
commit 75134bc0a4
1 changed files with 3 additions and 3 deletions

View File

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