1
0
mirror of synced 2025-01-18 22:24:04 +01:00
bemaniutils/dbutils
2019-12-08 21:43:49 +00:00

5 lines
124 B
Bash
Executable File

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