summaryrefslogtreecommitdiff
path: root/sptrmc
blob: bd2ee4246c96959c29e73d23752b33a4d540f30f (plain)
1
2
3
4
5
6
7
#!/bin/sh

COUNT="$(pgrep -U "$(whoami)" -f "$(basename $0)" | wc -l)"

if [ "${COUNT:-0}" -lt "3" ]; then
  exec foot -a "$(basename $0)" tremc
fi