1 2 3 4 5 6 7 8
#!/bin/sh set -eu if [ -n "${TMUX:-}" ]; then tmux send-keys -R \; clear-history else clear fi