5 lines
75 B
Bash
5 lines
75 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
mpc | head -2 | tr '\n' ' ' | sed 's/#[^ ]*//' | tr -s ' '
|
||
|
|
echo
|