mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-16 23:41:16 -03:00
5 lines
62 B
Fish
5 lines
62 B
Fish
function logmsg
|
|
echo "# $argv"
|
|
echo "# $argv" >&2
|
|
end
|