mirror of
https://github.com/bvanroll/older-dotfiles.git
synced 2025-08-29 12:02:49 +00:00
kdenk dak het gedaan heb
This commit is contained in:
6
fish/functions/playall.fish
Normal file
6
fish/functions/playall.fish
Normal file
@@ -0,0 +1,6 @@
|
||||
function playall
|
||||
for f in ./*
|
||||
echo "playing $f"
|
||||
aplay $f
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user