the | tee /dev/stderr trick doesn't work on linux

This commit is contained in:
Kurtis Rader
2017-08-03 15:02:57 -07:00
parent 17dff8c569
commit b4ce749c69
2 changed files with 20 additions and 16 deletions

View File

@@ -0,0 +1,4 @@
function logmsg
echo "# $argv"
echo "# $argv" >&2
end