Browse Source

Merge remote-tracking branch 'remotes/upstream/master' into upstream

Héctor García 9 years ago
parent
commit
10a57f9434
2 changed files with 11 additions and 2 deletions
  1. 6 2
      mssh.1
  2. 5 0
      mssh_clusters.conf

+ 6 - 2
mssh.1

@@ -26,14 +26,18 @@ The configuration file for
 should be located in
 .B $HOME/.mssh_clusters
 
-It uses a simple key: pair system with an alias on the left of the
-colon and a space separated list of hosts on the right.
+It uses a simple key: value pair system with an alias on the left of
+the colon and a space separated list of hosts on the right.
+
+Also uses a combination of {key} value system with a command alias inside 
+curls on the left and a text to send to the terminals on the right.
 
 .SH AUTHOR
 .B MultiSSH
 was originally written by Bradley Smith <brad@brad\-smith.co.uk> and it is currently develop by Héctor García <[email protected]>
 .SH COPYRIGHT
 Copyright (C) 2014 Héctor García <[email protected]>
+.br
 Copyright (C) 2009 Bradley Smith <brad@brad\-smith.co.uk>
 .SH REPORTING BUGS
 Report bugs to <[email protected]>.

+ 5 - 0
mssh_clusters.conf

@@ -1,2 +1,7 @@
 alias1: host1 host2
 alias2: [alias1] host3
+
+# All lines begining with # are comments
+
+# Command alias are defined using {}
+{Go to apache log dir} cd /var/log/apache/\n