Skip to content

Instantly share code, notes, and snippets.

@JMSwag
Created July 30, 2020 19:30
Show Gist options
  • Save JMSwag/a7e985a2f45e0b79e73c364326d4baaa to your computer and use it in GitHub Desktop.
Save JMSwag/a7e985a2f45e0b79e73c364326d4baaa to your computer and use it in GitHub Desktop.
def restart_sys():
pass
def restart_execl():
pass
def restart(system=True):
if system:
restart_sys()
else:
restart_execl()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment