#!/bin/sh # chmod +x this file and ./st -e ./slowtest.sh # notice how it's hard to type on the pane that is not scrolling tmux new-session 'dd if=/dev/urandom bs=10K count=300 | od' \;\ split-window -h