Files
CSV2ANKI/mp3/convert.sh
2026-02-05 10:42:55 +01:00

6 lines
75 B
Bash
Executable File

#! /bin/bash
for i in $(ls $1/*.mp3); do
python3 toRightName.py $i
done