forked from nico/dots
6 lines
110 B
Fish
6 lines
110 B
Fish
function posix-source
|
|
for i in (cat $argv)
|
|
set arr (echo $i |tr = \n)
|
|
set -gx $arr[1] $arr[2]
|
|
end
|
|
end
|