42-archive/42sh/sample/if/01_if_easy.sh
2017-03-04 18:02:38 +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