index
:
dotfiles.git
main
My personal configurations for various programs
Thomas
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
private_dot_local
/
bin
/
executable_cbv-volume
blob: 350e28dbd69dbdb6a9cfe1e75e68fe63cb8a193a (
plain
)
1
2
3
4
#!/bin/sh for i in "$1"/*; do cbv "$i"; done