diff --git a/shell.py b/shell.py index 3df7b79..2d6825f 100644 --- a/shell.py +++ b/shell.py @@ -56,7 +56,7 @@ def pclish_cd(path): def pclish_echo(txt): try: - os.chdir(os.path.abspath(path)) + print(txt) except Exception: print("You need to provide arguments for this command. {}".format(path))