Skip to content
Snippets Groups Projects
Commit bb6aad9c authored by Joar Wandborg's avatar Joar Wandborg
Browse files

Update and rename concat.fish to _fisk_concat.fish

parent faccacaa
Branches
No related merge requests found
function concat function _fisk_concat
for i in $argv for i in $argv
echo -n $i; echo -n $i;
end end
......
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