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