From c7fb23258a7692e846b115afa427ea36dba02e6d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 8 Feb 2009 16:30:17 +0100 Subject: Removed passwd-a function --- etc/functions/passwd-a | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 etc/functions/passwd-a (limited to 'etc/functions') diff --git a/etc/functions/passwd-a b/etc/functions/passwd-a deleted file mode 100644 index f1ec85a..0000000 --- a/etc/functions/passwd-a +++ /dev/null @@ -1,14 +0,0 @@ -## vim:ft=zsh -## Change password on all machines -## Copyright (C) 2008 by Daniel Friesel -## License: WTFPL - -typeset host - -passwd -for host in ${(k)hosts}; { - if [[ $host != $HOST ]]; { - echo " ---- $host ---- " - ssh $host passwd - } -} -- cgit v1.2.3