diff --git a/shell.py b/shell.py index 0f2b563..08498cd 100644 --- a/shell.py +++ b/shell.py @@ -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)