aboutsummaryrefslogtreecommitdiff
path: root/scripts/c
blob: 630eb63de7aa0ec49168885cf2ab0caa2bfa28d1 (plain) (blame)
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