Files
scripts/randomaccent.sh

8 lines
140 B
Bash
Raw Permalink Normal View History

2021-05-27 13:24:28 +01:00
# !/bin/bash
file="$(find ~/Tower/Resources/strippedAccents -name '*.mp3' | shuf | head -1)"
echo "$(basename "$file" .mp3)"
mpv "$file"