42-archive/42sh/shellscript/if/005-hard-nested-if/stdin

43 lines
774 B
Text

if [ -f ${GLOBAL_TOKEN}_FILE ]
then
if [ -f ${GLOBAL_TOKEN}_FILE ]
then
if [ -f ${GLOBAL_TOKEN}_FILE ]
then
if [ -f ${GLOBAL_TOKEN}_FILE ]
then
if [ -f ${GLOBAL_TOKEN}_FILE ]
then
./write_on_stdout ${GLOBAL_TOKEN}_stdout1
fi
fi
fi
fi
if [ -f ${GLOBAL_TOKEN}_FILE ]
then
if [ -f ${GLOBAL_TOKEN}_FILE ]
then
if [ -f ${GLOBAL_TOKEN}_FILE ]
then
if [ -f ${GLOBAL_TOKEN}_FILE ]
then
./write_on_stdout ${GLOBAL_TOKEN}_stdout2
fi
fi
fi
fi
if [ -f ${GLOBAL_TOKEN}_FILE ]
then
if [ -f ${GLOBAL_TOKEN}_FILE ]
then
if [ -f ${GLOBAL_TOKEN}_FILE ]
then
if [ -f ${GLOBAL_TOKEN}_FILE ]
then
./write_on_stdout ${GLOBAL_TOKEN}_stdout3
./delete-file ${GLOBAL_TOKEN}_FILE
fi
fi
fi
fi
fi