Skip to main content
Stack Overflow for Teams is now Stack Internal: See how we’re powering the human intelligence layer of enterprise AI. Read more >
added 15 characters in body
Source Link
MartyIX
  • 28.8k
  • 33
  • 143
  • 218

import os, sys

import os
import sys

Assuming test.sh is the shell script that you would want to execute

os.system("sh test.sh")

import os, sys

Assuming test.sh is the shell script that you would want to execute

os.system("sh test.sh")
import os
import sys

Assuming test.sh is the shell script that you would want to execute

os.system("sh test.sh")
added 7 characters in body
Source Link
Roman Marusyk
  • 24.8k
  • 27
  • 83
  • 127

import os, sys #Assuming

Assuming test.sh is the shell script that you would want to execute os.system("sh test.sh")

os.system("sh test.sh")

import os, sys #Assuming test.sh is the shell script that you would want to execute os.system("sh test.sh")

import os, sys

Assuming test.sh is the shell script that you would want to execute

os.system("sh test.sh")
Source Link

import os, sys #Assuming test.sh is the shell script that you would want to execute os.system("sh test.sh")