1
0
mirror of synced 2024-11-12 01:00:46 +01:00
bemaniutils/dbutils

5 lines
124 B
Plaintext
Raw Normal View History

#! /bin/bash
export PYTHONPATH=$(python -c "import os; print(os.path.realpath('.'))")
python3 -m bemani.utils.dbutils "$@"