7 lines
109 B
Fish
7 lines
109 B
Fish
function varDefault
|
|
if test -n $argv[1]
|
|
echo $argv[1]
|
|
else
|
|
echo $argv[2]
|
|
end
|
|
end
|