42-archive/42sh/sample/if.sh
2017-03-24 23:35:59 +01:00

9 lines
101 B
Bash

if cat wef4eeef
then
echo Conditon 1
elif cat yulu
then
echo Condition 2
else
echo Condition 3
fi