summaryrefslogtreecommitdiff
path: root/etc/functions/extr
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-29 12:10:49 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-29 12:10:49 +0200
commitd519281721c79a429700a8d3a1e8e51bc2782b42 (patch)
tree261a71497a80cf783744dc74d000a96ecbfa1edd /etc/functions/extr
parent28f05852b2beb04c78f713caedac6063aaeb956c (diff)
functions: Added/updated descriptions/comments
Diffstat (limited to 'etc/functions/extr')
-rwxr-xr-xetc/functions/extr3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/functions/extr b/etc/functions/extr
index f335dc6..ac98916 100755
--- a/etc/functions/extr
+++ b/etc/functions/extr
@@ -1,5 +1,6 @@
-# builtin function for archives, see $ZDIR/alias_suffix
## vim:ft=zsh
+## Extract archives
+## Usage: extr <file>
function confirm_shar {
echo -ne "\e[1;33mshar archives are shell scripts and can easily contain malicious code.\e[0m Proceed? [y/N] "