Here you can download the two components you need to be able to interact with the cronguard application(although one of these components - the token.inc.sh is just an include file with a variable inside). The file token.inc.sh
MUST BE located in the directory /opt/cronguard/, the cron_wrapper.sh can be executed from anywhere - you can also put the token.inc.sh wherever you want but then you need to adjust the cron_wrapper.sh - the 37th line:
...
if ! source /opt/cronguard/token.inc.sh 2>/dev/null; then
...
Under the two download links you find the md5sum for each file. The only thing you need to do after downloading them and placing them to their intended locations is to put the token you generated here
Generate Token into the token.inc.sh file and you can run cronjobs like this:
15 3 * * * /opt/cronguard/cron_wrapper.sh "command"
15 3 * * * /opt/cronguard/cron_wrapper.sh "command | command | command"
15 3 * * * /opt/cronguard/cron_wrapper.sh "script"