7 lines
86 B
Fish
7 lines
86 B
Fish
|
|
function source_files
|
|
for f in $argv
|
|
test -e $f && source $f
|
|
end
|
|
end
|