42-archive/42sh/shellscript/if/004-nested-if/stdin

14 lines
301 B
Text

if [ -f ${GLOBAL_TOKEN}_FILE ]
then
if [ -f ${GLOBAL_TOKEN}_FILE ]
then
./write_on_stdout ${GLOBAL_TOKEN}_stdout
./delete-file ${GLOBAL_TOKEN}_FILE
elif [ -f ${GLOBAL_TOKEN}_FILE ]
then
./write_on_stdout ${GLOBAL_TOKEN}_error
fi
elif [ 1 ]
then
./write_on_stdout ${GLOBAL_TOKEN}_error
fi