run linux command using python

30

import os
cmd = 'your command here'
os.system(cmd)

Comments

Submit
0 Comments