3 lines
78 B
Bash
3 lines
78 B
Bash
|
#!/bin/sh
|
||
|
/usr/bin/lynx -source http://yoursite.com/cron.php > /dev/null 2>&1
|