Skip to content

Instantly share code, notes, and snippets.

@ujwalkomarla
Created March 10, 2019 05:17
Show Gist options
  • Save ujwalkomarla/fde91546ff69aad5550da6a757c6aacb to your computer and use it in GitHub Desktop.
Save ujwalkomarla/fde91546ff69aad5550da6a757c6aacb to your computer and use it in GitHub Desktop.
Extreme OS get to linux shell
import os
import subprocess
process = subprocess.Popen('/bin/sh', cwd='/usr/local/cfg')
process.wait()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment