5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
[ $(hostname) = sweetums ] || exit 0
|
||
|
wget -O - https://drive.woozle.org/cron.php >/dev/null
|