#!/bin/sh while : do echo "$(mpc | head -n 1) " > /home/naiji/.now-playing sleep 1 done