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