mirror of
https://github.com/bvanroll/older-dotfiles.git
synced 2025-08-28 19:42:47 +00:00
7 lines
66 B
Fish
7 lines
66 B
Fish
function playall
|
|
for f in ./*
|
|
echo "playing $f"
|
|
aplay $f
|
|
end
|
|
end
|