mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-05-19 04:07:34 +08:00
9 lines
170 B
Bash
9 lines
170 B
Bash
DIRNAME="$(dirname $0)"
|
|
DIRNAME="$(realpath ""$DIRNAME"")"
|
|
|
|
BINDIR="$DIRNAME/.."
|
|
SRCDIR="$BINDIR/.."
|
|
CONFIGDIR="$SRCDIR/configs"
|
|
|
|
export PYTHONPATH="$SRCDIR:$PYTHONPATH"
|