3 lines
90 B
Plaintext
3 lines
90 B
Plaintext
|
#!/bin/sh
|
||
|
echo "1 * * * * `whoami` wget -O /dev/null http://127.0.0.1/get" > /etc/crontab
|