diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-20 12:05:46 +0100 |
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-20 12:05:46 +0100 |
| commit | 67c12df42e54167d6d5e0ed1218e8e381bfac80e (patch) | |
| tree | 18d0b900492bd945ed75f1c793d69766f24bfed1 /etc/functions/confirm_no | |
| parent | ee582e0961777c067966e8318659e4a2762ecea6 (diff) | |
Added confirm functions
Diffstat (limited to 'etc/functions/confirm_no')
| -rw-r--r-- | etc/functions/confirm_no | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/functions/confirm_no b/etc/functions/confirm_no new file mode 100644 index 0000000..c69b4c6 --- /dev/null +++ b/etc/functions/confirm_no @@ -0,0 +1,3 @@ +## vim:ft=zsh +echo -n "$* [y/N] " +read -q |
