Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

call shell script from python

import subprocess
subprocess.call(["./shell.sh"])

# Make sure that "shell.sh" has "+x" permissions
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #call #shell #script #python
ADD COMMENT
Topic
Name
8+6 =