diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.local/bin/mocp_wrapper | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/.local/bin/mocp_wrapper b/bin/.local/bin/mocp_wrapper new file mode 100755 index 0000000..de119b3 --- /dev/null +++ b/bin/.local/bin/mocp_wrapper @@ -0,0 +1,6 @@ +#!/bin/sh + +_mocp_dir="$HOME/.config/moc" +_mocp_config="$_mocp_dir/config" + +mocp -M "$_mocp_dir" -C "$_mocp_config" |
