4 lines
101 B
Bash
Executable file
4 lines
101 B
Bash
Executable file
#!/bin/sh
|
|
cmus-remote -C clear
|
|
cmus-remote -C "add /mnt/Pyon/Music"
|
|
cmus-remote -C "update-cache -f"
|