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

8 lines
162 B
Text

until [ -f ${GLOBAL_TOKEN}_FILE ]
do
until [ -f ${GLOBAL_TOKEN}_FILE ]
do
./write_on_stdout ${GLOBAL_TOKEN}_stdout
./create-file ${GLOBAL_TOKEN}
done
done