mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Resurrect one last function
So *that's* where "r2l" is used!
This commit is contained in:
parent
b7b09add95
commit
179d92452d
1 changed files with 5 additions and 0 deletions
5
tests/test_functions/r2l.fish
Normal file
5
tests/test_functions/r2l.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
function r2l
|
||||
read line1
|
||||
read line2
|
||||
echo $line1 then $line2
|
||||
end
|
Loading…
Reference in a new issue