summaryrefslogtreecommitdiffstats
path: root/src/linux/ogOperations.py
blob: d6795b179ca8b8a79ef80e3ce9651c483e8b8258 (plain)
1
2
3
4
5
6
def poweroff():
	print 'APAGADO'

def reboot():
	print 'REBOOT'