diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-11-12 15:58:38 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-11-12 15:58:38 +0100 |
commit | bab975d8c9753d2bd1aac62aeab15dc1376babdd (patch) | |
tree | 1965b685efb1135fb5087c508661a9a61365a910 /etc/alias | |
parent | adf030fab041357ad33266e6429d8c099878015f (diff) |
Added $hosts array parameter to abstract things
Diffstat (limited to 'etc/alias')
-rw-r--r-- | etc/alias/short | 2 |
1 files changed, 1 insertions, 1 deletions
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 |