Files
scripts/randomaccent.sh

8 lines
140 B
Bash
Executable File

# !/bin/bash
file="$(find ~/Tower/Resources/strippedAccents -name '*.mp3' | shuf | head -1)"
echo "$(basename "$file" .mp3)"
mpv "$file"