mirror of
https://github.com/bvanroll/older-dotfiles.git
synced 2025-09-01 13:32:45 +00:00
7 lines
66 B
Fish
7 lines
66 B
Fish
function playall
|
|
for f in ./*
|
|
echo "playing $f"
|
|
aplay $f
|
|
end
|
|
end
|