mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 11:01:50 +00:00
8 lines
168 B
Text
8 lines
168 B
Text
|
#!/bin/sh
|
||
|
# vim: set noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 :
|
||
|
|
||
|
HOST="proof.ovh.net"
|
||
|
|
||
|
trap : HUP INT TERM
|
||
|
curl http://$HOST/files/10Gio.dat >/dev/null || echo
|