ogclone-engine/ogclient/interfaceAdm/Apagar.py

8 lines
78 B
Python

#!/usr/bin/python3
import os
import sys
os.system ('poweroff')
sys.exit (0)