Script for fetching random accent
This commit is contained in:
7
randomaccent.sh
Executable file
7
randomaccent.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
# !/bin/bash
|
||||
|
||||
file="$(find ~/Tower/Resources/strippedAccents -name '*.mp3' | shuf | head -1)"
|
||||
|
||||
echo "$(basename "$file" .mp3)"
|
||||
|
||||
mpv "$file"
|
||||
Reference in New Issue
Block a user