Update os.py

This commit is contained in:
heckeralt 2024-10-06 18:21:41 -04:00
parent 0c8cebb94d
commit 08ef0ef2e5
1 changed files with 1 additions and 1 deletions

2
os.py
View File

@ -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()