aboutsummaryrefslogtreecommitdiff
path: root/scripts/c
blob: 1257674a1400a077e897e96e20075b2247dd392a (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh -eu

if [ -n "${TMUX:-}" ]; then
  tmux send-keys -R \; clear-history
else
  clear
fi