Update shell.py

This commit is contained in:
JaydenMW 2021-02-20 21:22:50 +00:00
parent 0d9ba5b8d7
commit 3b39c580f0
1 changed files with 1 additions and 1 deletions

View File

@ -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: