about summary refs log tree commit diff
path: root/bundles/bitfroest/files/cron_job
blob: 2f5c94e6e4924dac71e9e289c81d1b01d032852f (plain) (blame)
1
2
3
4
#!/bin/sh
set -eu
/usr/bin/bitfroest >/dev/null 2>&1
exit 0