Executing Shell Commands with Python within a script

import os

os.system("your_command_here")

SNAPPED!

Comments

Popular posts from this blog

Append to a json file python

Setup Mailhog mail server on Ubuntu