#!/bin/bash if mpc status | grep -q "\[playing\]"; then mpc status | head -1 fi