Created rexec.pl
authorAndrew DeFaria <Andrew@DeFaria.com>
Wed, 2 Nov 2016 20:25:27 +0000 (13:25 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Wed, 2 Nov 2016 20:25:27 +0000 (13:25 -0700)
commit9956e403ab89bc984faf9cb22a8860a34c310ac7
treec3c72f500ec11d005bb8b2bf4f0658adc75988fc
parent686e20dbe0588dc4a416822334dae6ed6ac00757
Created rexec.pl

rexec.pl is a remote execute script. This one is oriented towards single
execution though it can handle multiple machines and multiple commands
it's sorta klunky. It also does not have any of the parallelization and
logging facilities that were envisoned for rexec. The script rexec still
exists and should be integrated into rexec.pl over time. Still need to
make a Machines.pm modules to link to.
bin/rexec.pl [new file with mode: 0755]
lib/Rexec.pm