#!/bin/bash i3status | while : do read line music=`sh who.sh` echo "M: $music | $line" || exit 1 done