diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2015-10-01 16:38:17 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2015-10-01 16:38:17 +1300 |
commit | 0d17ce7135284dde08558febb620e03d3e01923a (patch) | |
tree | 3fe311f51e6f83056a1ad741c0ebd7bb090917ad /man/man1/scatter.1 | |
parent | Update tmux status bar every second (diff) | |
download | dotfiles-0d17ce7135284dde08558febb620e03d3e01923a.tar.gz dotfiles-0d17ce7135284dde08558febb620e03d3e01923a.zip |
Move man pages into man1 subdir
Going to make a man8 page shortly
Diffstat (limited to 'man/man1/scatter.1')
-rw-r--r-- | man/man1/scatter.1 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/man/man1/scatter.1 b/man/man1/scatter.1 new file mode 100644 index 00000000..95addd23 --- /dev/null +++ b/man/man1/scatter.1 @@ -0,0 +1,16 @@ +.TH SCATTER 1 "May 2014" "Manual page for scatter" +.SH NAME +.B scatter +\- run a command on shoal(1) hosts +.SH SYNOPSIS +.B scatter +.I COMMAND +.SH DESCRIPTION +.B scatter +runs a nominated command on all the hosts returned by shoal(1), and prints the +hostname, stdout, and stderr for each call. +.SH SEE ALSO +shock(1), shoal(1) +.SH AUTHOR +Tom Ryder <tom@sanctum.geek.nz> + |