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