Resurrect one last function

So *that's* where "r2l" is used!
This commit is contained in:
Fabian Homborg 2020-03-17 21:58:49 +01:00
parent b7b09add95
commit 179d92452d

View file

@ -0,0 +1,5 @@
function r2l
read line1
read line2
echo $line1 then $line2
end