Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 8, 2020 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/af156ee2f4d9585eadfa331e9ef17d08 to your computer and use it in GitHub Desktop.
Save parzibyte/af156ee2f4d9585eadfa331e9ef17d08 to your computer and use it in GitHub Desktop.
# parzibyte.me/blog
from subprocess import check_output
comando = "tu_comando_aquí"
check_output(comando, shell=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment