6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
|
#!/bin/sh
|
||
|
set -eoux pipefail
|
||
|
|
||
|
# uses mpc to manually trigger a mpd update
|
||
|
mpc -h localhost -p 6600 --password update
|