Update os.py
This commit is contained in:
parent
14887a251f
commit
683628cbd5
2
os.py
2
os.py
|
@ -1,6 +1,8 @@
|
||||||
import os
|
import os
|
||||||
print("[OS] Started up the kernel")
|
print("[OS] Started up the kernel")
|
||||||
print("[AutoLogin] Logged into user root")
|
print("[AutoLogin] Logged into user root")
|
||||||
|
os.system("mkdir /tmp/pyos > /dev/null")
|
||||||
|
os.system("echo [PyOS] We are the best os! > /tmp/pyos/readme.txt")
|
||||||
def hello():
|
def hello():
|
||||||
print("Hello! You've activated the hello command.")
|
print("Hello! You've activated the hello command.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue