Update os.py
This commit is contained in:
parent
683628cbd5
commit
b719906e77
1
os.py
1
os.py
|
@ -1,5 +1,6 @@
|
||||||
import os
|
import os
|
||||||
print("[OS] Started up the kernel")
|
print("[OS] Started up the kernel")
|
||||||
|
print("[Notice] If you have no internet you can barely use the os. run bash for more features btw, itll put you in linux")
|
||||||
print("[AutoLogin] Logged into user root")
|
print("[AutoLogin] Logged into user root")
|
||||||
os.system("mkdir /tmp/pyos > /dev/null")
|
os.system("mkdir /tmp/pyos > /dev/null")
|
||||||
os.system("echo [PyOS] We are the best os! > /tmp/pyos/readme.txt")
|
os.system("echo [PyOS] We are the best os! > /tmp/pyos/readme.txt")
|
||||||
|
|
Loading…
Reference in New Issue