examples: changed the default test intervnal time. (1 -> 2)

This commit is contained in:
Hermet Park 2023-09-21 22:17:58 +09:00
parent ec5a32bb73
commit c40df32561

View file

@ -3,7 +3,7 @@ RED='\033[31m'
GREEN='\033[32m' GREEN='\033[32m'
NC='\033[0m' NC='\033[0m'
INTERVAL=${1:-1} INTERVAL=${1:-2}
EXAMPLES=`find . -executable -type f | sort | uniq` EXAMPLES=`find . -executable -type f | sort | uniq`
for EXAMPLE in $EXAMPLES for EXAMPLE in $EXAMPLES
do do