From 08ef0ef2e5ba38f826118ef342c5cfe3e0968643 Mon Sep 17 00:00:00 2001 From: heckeralt Date: Sun, 6 Oct 2024 18:21:41 -0400 Subject: [PATCH] Update os.py --- os.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os.py b/os.py index f9a435c..4cd507e 100644 --- a/os.py +++ b/os.py @@ -15,7 +15,7 @@ def custom_terminal(): "bash": bash_command } - print("Welcome to your custom terminal! Type 'exit' to quit.") + print("Welcome to your PyOS PC! Type 'exit' to quit.") while True: command = input("root@python $").strip()