mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
the | tee /dev/stderr trick doesn't work on linux
This commit is contained in:
4
tests/test_functions/logmsg.fish
Normal file
4
tests/test_functions/logmsg.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function logmsg
|
||||
echo "# $argv"
|
||||
echo "# $argv" >&2
|
||||
end
|
||||
Reference in New Issue
Block a user