diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2014-05-02 14:32:12 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2014-05-02 14:32:12 +1200 |
commit | b8edd5536e9f824d75ac44bb57058b656e351535 (patch) | |
tree | db785b79565667dd51b4135d87904accf7b20d05 /man/shock.1 | |
parent | Remove redundant export call for PATH (diff) | |
download | dotfiles-b8edd5536e9f824d75ac44bb57058b656e351535.tar.gz dotfiles-b8edd5536e9f824d75ac44bb57058b656e351535.zip |
Add scatter(1), shoal(1), and shock(1)
Diffstat (limited to 'man/shock.1')
-rw-r--r-- | man/shock.1 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/shock.1 b/man/shock.1 new file mode 100644 index 00000000..0b64d504 --- /dev/null +++ b/man/shock.1 @@ -0,0 +1,17 @@ +.TH SHOCK 1 "May 2014" "Manual page for shock" +.SH NAME +.B shock +\- run a command on shoal(1) hosts and print the hostname if successful +.SH SYNOPSIS +.B shock +.I COMMAND +.SH DESCRIPTION +.B shock +runs a nominated command on all the hosts returned by shoal(1), and prints the +hostname if the command has an exit value of 0. The stdout from the commands is +discarded. +.SH SEE ALSO +scatter(1), shoal(1) +.SH AUTHOR +Tom Ryder <tom@sanctum.geek.nz> + |