How to chain linux commands together using a python script

57 Views Asked by At

I want to write a python script that will automatically write these commands into the Linux terminal.

nc -C smtp.google.com 25
HELO google.com

0

There are 0 best solutions below