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