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