3 lines
66 B
Bash
3 lines
66 B
Bash
|
#!/bin/sh
|
||
|
curl --silent --compressed http://yoursite.com/cron.php
|