1
0
mirror of synced 2024-09-24 11:28:25 +02:00
bemaniutils/examples/scheduler
2019-12-08 21:43:49 +00:00

7 lines
239 B
Bash
Executable File

#! /bin/bash
# Version of the scheduler utility that can be called from a crontab.
# Place this in the root of your installation to run scheduled events.
source /path/to/your/virtualenv/bin/activate
python3 -m bemani.utils.scheduler "$@"