From 3b39c580f09e32174773bf84185871c5bb6023d9 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sat, 20 Feb 2021 21:22:50 +0000 Subject: [PATCH] Update shell.py --- shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: