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