mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-03-21 17:24:33 -05:00
5 lines
127 B
Bash
Executable File
5 lines
127 B
Bash
Executable File
#! /bin/bash
|
|
|
|
export PYTHONPATH=$(python -c "import os; print(os.path.realpath('.'))")
|
|
python3 -m bemani.utils.twodxutils "$@"
|