#!/bin/sh ( time=300 while true; do RS_PRETTY=1 rs --inplace "$@" pi:top/ ./ & p=$! sleep $time kill "$p" done wait )