This commit is contained in:
2025-05-31 19:33:05 +02:00
parent 853e9bab4d
commit fbfc38e9e5
253 changed files with 92 additions and 1534 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/bash
for i in $(ls *.wav)
do
python3 convert.py $i
echo $i
rm -f $i
done