fish-shell/tests/test_functions/logmsg.fish

5 lines
62 B
Fish
Raw Normal View History

function logmsg
echo "# $argv"
echo "# $argv" >&2
end