* listscreen target

This commit is contained in:
Jeff Carr 2011-10-31 13:35:03 -04:00
parent 18f8eff415
commit 47fac34125
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ docpu:
killall:
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "killall screen"
listscreen:
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "screen -list"
jcarr:
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "echo . /root/benchmarks/loadbot/.jcarr/.bashrc >> /root/.bashrc"