From bab975d8c9753d2bd1aac62aeab15dc1376babdd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 12 Nov 2008 15:58:38 +0100 Subject: Added $hosts array parameter to abstract things --- etc/alias/short | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/alias') diff --git a/etc/alias/short b/etc/alias/short index 2c54273..a3219e0 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -75,7 +75,7 @@ salias s2d='s2disk' salias s2r='s2ram -f' ## SSH Hosts -for host in aneurysm saviour kappa sievert; { +for host in $hosts; { alias $host="ssh $host" } unset host -- cgit v1.2.3