Update 'shell.py'

This commit is contained in:
JaydenMW 2021-02-14 03:35:41 +01:00
parent da125b1033
commit e8a6804561
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def pclish_cd(path):
except Exception:
print("cd: no such file or directory: {}".format(path))
def pclish_echo
def pclish_echo():
txt = input("What would you like to echo?:\n")
echo(txt)