#!/usr/bin/python3 import os import sys import time os.system ('pkill -f OGAgent') time.sleep (3) os.system ('poweroff') sys.exit (0)