098 angefangen

This commit is contained in:
2025-06-14 08:21:55 +02:00
parent 351b29406d
commit 273cbfed7b
1182 changed files with 30 additions and 0 deletions

View File

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