Skip to content

Exodus/thrunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

thrunner

Python Thread Runner

Create various threads to execute a process given a variable parameter to substitute from a file

Examples could be:

Run a command/script that receives an argument on various threads, like ping a list of servers or ssh to a list of servers to perform a command.

Example:

Having a list of servers in a file:

list:

google.com linux.com github.com

usage:

./thrunner.py -t 3 list "/bin/ping -c 3 %var%"

About

Python Thread Runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages