bis 26 Original
This commit is contained in:
5
mp3/convert.sh
Executable file
5
mp3/convert.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#! /bin/bash
|
||||
|
||||
for i in $(ls $1/*.mp3); do
|
||||
python3 toRightName.py $i
|
||||
done
|
||||
Reference in New Issue
Block a user