8 lines
102 B
Bash
Executable File
8 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
while [ "a" != "b" ]
|
|
do
|
|
python cover.py
|
|
mpc --host 192.168.0.114 -q idle player
|
|
done
|