Commit bb6aad9c authored by Joar Wandborg's avatar Joar Wandborg

Update and rename concat.fish to _fisk_concat.fish

parent faccacaa
function concat
function _fisk_concat
for i in $argv
echo -n $i;
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment