Update os.py
This commit is contained in:
parent
0c8cebb94d
commit
08ef0ef2e5
2
os.py
2
os.py
|
@ -15,7 +15,7 @@ def custom_terminal():
|
||||||
"bash": bash_command
|
"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:
|
while True:
|
||||||
command = input("root@python $").strip()
|
command = input("root@python $").strip()
|
||||||
|
|
Loading…
Reference in New Issue