4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/bash
|
|
|
|
crontab ./crontab && touch /var/log/cron.log && crond && tail -f /var/log/cron.log
|