#!/bin/sh while [ true ]; do tmux set-option status-right "$(~/bin/status.sh)" sleep 60 done .