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