#! /bin/bash for f in ./script.d/*.wav; do read -p "enter to play <$f>" afplay "$f" done