10 lines
142 B
Text
10 lines
142 B
Text
STATE_DIR="$(dirname $(readlink -f "$0"))/_state"
|
|
URLS=(
|
|
'https://tmp.tobast.fr/testcurl'
|
|
)
|
|
PATTERNS=(
|
|
'1'
|
|
)
|
|
MESSAGES=(
|
|
'match'
|
|
)
|