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