10 lines
162 B
Text
10 lines
162 B
Text
|
|
rm -f static.log
|
||
|
|
|
||
|
|
redo static1 static2
|
||
|
|
|
||
|
|
touch static.in
|
||
|
|
. ../flush-cache.sh
|
||
|
|
redo-ifchange static1 static2
|
||
|
|
|
||
|
|
COUNT=$(wc -l <static.log)
|
||
|
|
[ "$COUNT" = 4 ] || exit 55
|