How to chain linux commands together using a python script

Viewed 25

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 Answers
Related