fish-shell/tests/test_functions/r2l.fish

6 lines
75 B
Fish
Raw Normal View History

function r2l
read line1
read line2
echo $line1 then $line2
end