4 lines
70 B
Bash
4 lines
70 B
Bash
#!/bin/sh
|
|
|
|
curl --silent --compressed http://example.com/cron/YOURKEY
|
#!/bin/sh
|
|
|
|
curl --silent --compressed http://example.com/cron/YOURKEY
|