Update shell.py

This commit is contained in:
JaydenMW 2021-02-20 21:25:44 +00:00
parent 46c21af099
commit ab1f1b63fd
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ def main():
elif inp == "ls":
pclish_ls()
elif inp == "mkdir":
pclish_mkdir(dir)
pclish_mkdir()
elif inp == "shtdwnsubsys":
pclish_shtdwnsubsys()
elif inp == "system":
@ -121,7 +121,7 @@ def main():
elif inp == "echo":
pclish_echo(txt)
elif inp == "oscmd":
pclish_oscmd(ARGS)
pclish_oscmd()
else:
execute_command(inp)