1
0
mirror of synced 2024-11-24 14:30:11 +01:00
bemaniutils/examples/scheduler

7 lines
239 B
Plaintext
Raw Normal View History

#! /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 "$@"