bis 26 Original

This commit is contained in:
2026-02-05 10:42:55 +01:00
parent a9963588ed
commit a17205382f
220 changed files with 5 additions and 77 deletions

5
mp3/convert.sh Executable file
View File

@@ -0,0 +1,5 @@
#! /bin/bash
for i in $(ls $1/*.mp3); do
python3 toRightName.py $i
done