13 lines
213 B
Bash
13 lines
213 B
Bash
|
sleep 5
|
||
|
echo "test string" > /sync1/testfile
|
||
|
echo /sync1/testfile
|
||
|
echo /sync2/testfile
|
||
|
|
||
|
#if curl web | grep -q '<b>Visits:</b> '; then
|
||
|
# echo "Tests passed!"
|
||
|
# exit 0
|
||
|
#else
|
||
|
# echo "Tests failed!"
|
||
|
# exit 1
|
||
|
#fi
|