diff options
Diffstat (limited to 'etc/functions/off')
-rwxr-xr-x | etc/functions/off | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/functions/off b/etc/functions/off index 97363dc..12555d3 100755 --- a/etc/functions/off +++ b/etc/functions/off @@ -1,4 +1,8 @@ ## vim:ft=zsh +## Small shutdown/reboot wrapper to work together with my other tools +## Copyright (C) 2008 by Daniel Friesel <derf@derf.homelinux.org> +## License: WTFPL <http://sam.zoy.org/wtfpl> + autoload warn fdie typeset filesystem line IFS=$'\n' typeset -a filesystems |