Add new helper script for re-importing

This commit is contained in:
IamTheFij 2024-01-23 23:01:31 +00:00
parent 4a463bafc8
commit 1516e8f9c6
1 changed files with 4 additions and 0 deletions

4
reimport.sh Executable file
View File

@ -0,0 +1,4 @@
#! /bin/bash
export BEETSDIR
BEETSDIR=$(dirname "$0")
"$BEETSDIR/beets_env/bin/beet" -d /share/Media/Music import "$@"