This website works better with JavaScript.
Explore
Help
Sign In
anton
/
mnt-fish
Watch
1
Star
0
Fork
You've already forked mnt-fish
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5781430811
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5781430811'
${ noResults }
mnt-fish
/
functions
/
coalesce.fish
9 lines
126 B
Fish
Raw
Blame
History
function
coalesce
for
x
in
$argv
if
test
-n
"
$x
"
echo
"
$x
"
return
end
end
end
Reference in New Issue
View Git Blame
Copy Permalink