42-archive/42sh/test.sh
2017-02-06 17:59:48 +01:00

9 lines
70 B
Bash

if [ 0 -gt 1 ]
then
echo hello
if ls
then
echo world
echo yolo
fi