rush/test/simple.rush
2022-02-20 20:01:42 +01:00

8 lines
No EOL
89 B
Text

echo test
echo single; echo line
echo test > cats
rm cats
grep echo < test/simple.rush