5 lines
No EOL
84 B
Fish
5 lines
No EOL
84 B
Fish
function __yay_log
|
|
set_color $argv[1]
|
|
echo $argv[2]
|
|
set_color normal
|
|
end |