diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-13 21:47:32 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-13 21:47:32 +0100 |
commit | b94180bb006da19fd1279c7e78f526e75097a1e5 (patch) | |
tree | 99f4157219082cb4a322f13e7438ae386167abaa /etc/functions/warn | |
parent | aa6173e254e455bdf1b7d48165fe5b595e32ebf6 (diff) |
die, fdie, warn: Print to stderr
Diffstat (limited to 'etc/functions/warn')
-rw-r--r-- | etc/functions/warn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/functions/warn b/etc/functions/warn index ff8c7d3..4180025 100644 --- a/etc/functions/warn +++ b/etc/functions/warn @@ -1 +1,2 @@ -echo -e "${warn}${*}${reset}" +## vim:ft=zsh +echo -e "${warn}${*}${reset}" > /dev/stderr |