From e8a6804561205dc2fd1bee1d346bf7db8eb64354 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sun, 14 Feb 2021 03:35:41 +0100 Subject: [PATCH] Update 'shell.py' --- shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)