diff --git a/shell.py b/shell.py index 2163f35..f31db04 100644 --- a/shell.py +++ b/shell.py @@ -10,7 +10,7 @@ OS = os_name = platform.system() VER = "PCLISH v0.0.5a" -PROMPT = "shell@localhost" +PROMPT = "shell@localhost$ " def execute_command(command): try: