mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-27 20:14:47 +00:00
10 lines
No EOL
197 B
Text
10 lines
No EOL
197 B
Text
% test, playground
|
|
|
|
# this should be the first test. single and double quotes + newlines
|
|
echo <x> <y>
|
|
|
|
# return a constant number
|
|
echo 42
|
|
|
|
$ x: echo -e '2\n3\n4'
|
|
$ y: echo -e "$((x+10))\n$((x+20))" |