From 7454bd308b7152e2c2b846fb550b0ba1bfc2f717 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sun, 14 Feb 2021 03:38:33 +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 6b4c2af..6f64b1b 100644 --- a/shell.py +++ b/shell.py @@ -57,7 +57,7 @@ def pclish_cd(path): def pclish_echo(): txt = input("What would you like to echo?:\n") - echo(txt) + print(txt) def pclish_help(): print("""pclish: here are the commands available