fish-shell/tests/test_functions/r2l.fish
Fabian Homborg 179d92452d Resurrect one last function
So *that's* where "r2l" is used!
2020-03-17 21:58:49 +01:00

5 lines
75 B
Fish

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