7 lines
150 B
Text
7 lines
150 B
Text
|
|
rm -f makedir.log
|
||
|
|
redo makedir
|
||
|
|
touch makedir/outfile
|
||
|
|
. ./flush-cache.sh
|
||
|
|
redo-ifchange makedir
|
||
|
|
COUNT=$(wc -l <makedir.log)
|
||
|
|
[ "$COUNT" = 1 ] || exit 99
|