This website requires JavaScript.
Explore
Help
Sign In
narenas
/
ogclone-engine
Watch
1
Star
0
Fork
You've already forked ogclone-engine
0
Code
Pull Requests
Activity
76f373af77
ogclone-engine
/
admin
/
Interface
/
Reiniciar.py
7 lines
103 B
Python
Raw
Blame
History
import
os
def
reboot_system
(
)
:
os
.
system
(
'
reboot
'
)
if
__name__
==
"
__main__
"
:
reboot_system
(
)
View Git Blame
Copy Permalink