This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
mrsh /
| name | age | message | |
|---|---|---|---|
| |
.perlcriticrc | Wed Jul 08 05:10:46 -0700 2009 | |
| |
.todo | Fri May 08 14:24:56 -0700 2009 | |
| |
Changes | Wed Jul 08 07:57:38 -0700 2009 | |
| |
MANIFEST | Wed Jul 08 05:10:46 -0700 2009 | |
| |
MANIFEST.SKIP | Wed Jul 08 07:57:33 -0700 2009 | |
| |
Makefile.PL | Fri May 08 07:21:07 -0700 2009 | |
| |
MrShell.pm | Wed Jul 08 07:57:37 -0700 2009 | |
| |
README | Sat May 09 06:12:59 -0700 2009 | |
| |
contrib/ | Wed Jul 08 07:57:33 -0700 2009 | |
| |
go | Fri May 01 17:41:06 -0700 2009 | |
| |
lib/ | Wed Jul 08 05:10:45 -0700 2009 | |
| |
make_par.sh | Sat May 09 04:20:30 -0700 2009 | |
| |
mrsh | Wed Jul 08 07:57:35 -0700 2009 | |
| |
t/ | Wed Jul 08 05:10:46 -0700 2009 |
README
Mr. Shell runs a command on multiple hosts and returns results meaningfully. bash$ mrsh -- "uptime; ls -ald /proc/$$" 09:12:17 -- starting: uptime; ls -ald /proc/8078 on razor bubble corky wisp -- 09:12:17 corky: 09:12:17 up 4 days, 2:14, 14 users, load average: 0.33, 0.22, 0.17 09:12:17 corky: dr-xr-xr-x 6 jettero jettero 0 2009-05-05 07:03 /proc/8078 09:12:18 razor: 09:12:15 up 4 days, 50 min, 9 users, load average: 0.62, 0.35, 0.31 09:12:18 razor: [stderr] ls: cannot access /proc/8078: No such file or directory 09:12:18 wisp: 09:12:30 up 4 days, 14:05, 5 users, load average: 0.04, 0.01, 0.00 09:12:18 wisp: [stderr] ls: cannot access /proc/8078: No such file or directory 09:12:18 bubble: 09:12:20 up 56 days, 16:45, 2 users, load average: 0.15, 0.16, 0.15 09:12:18 bubble: [stderr] ls: cannot access /proc/8078: No such file or directory 09:12:19 razor: -- shell exited with nonzero status: 2 -- 09:12:19 bubble: -- shell exited with nonzero status: 2 -- 09:12:19 wisp: -- shell exited with nonzero status: 2 --







