6 lines
67 B
Bash
6 lines
67 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mpc pause > /dev/null
|
||
|
|
||
|
exec $(dirname $0)/blurlock.sh
|