aboutsummaryrefslogtreecommitdiff
path: root/private_dot_local/bin/executable_cbv-volume
diff options
context:
space:
mode:
Diffstat (limited to 'private_dot_local/bin/executable_cbv-volume')
-rw-r--r--private_dot_local/bin/executable_cbv-volume4
1 files changed, 4 insertions, 0 deletions
diff --git a/private_dot_local/bin/executable_cbv-volume b/private_dot_local/bin/executable_cbv-volume
new file mode 100644
index 0000000..350e28d
--- /dev/null
+++ b/private_dot_local/bin/executable_cbv-volume
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+for i in "$1"/*; do cbv "$i"; done
+