Add refresh cmus script 🎅
This commit is contained in:
parent
5d07400ce6
commit
b8f3fb78bb
1 changed files with 7 additions and 0 deletions
7
scripts/cmus-refresh.sh
Executable file
7
scripts/cmus-refresh.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# see https://github.com/cmus/cmus/issues/233
|
||||
|
||||
cmus-remote -C clear
|
||||
cmus-remote -C "add ~/Music"
|
||||
cmus-remote -C "update-cache -f"
|
Loading…
Add table
Add a link
Reference in a new issue