2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-02-15 13:38:38 +00:00
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