wheeeeee
This commit is contained in:
6
larynx.d/batch_play_wav.sh
Normal file
6
larynx.d/batch_play_wav.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
for f in ./script.d/*.wav; do
|
||||
read -p "enter to play <$f>"
|
||||
afplay "$f"
|
||||
done
|
||||
Reference in New Issue
Block a user