ci: spelling

This commit is contained in:
Aaron Bieber 2023-01-29 08:30:07 -07:00
parent a60bac7389
commit bd6f8a5da0
No known key found for this signature in database

4
ci
View File

@ -7,10 +7,10 @@ set -eu
NAME="CI" NAME="CI"
SESS="-s ${NAME}" SESS="-s ${NAME}"
if tux ls | grep =q "^${NAME}:"; then if tmux ls | grep =q "^${NAME}:"; then
tmux -u2 at -t "${NAME}" tmux -u2 at -t "${NAME}"
else else
temx -2 new-session -d ${SESS} tmux -2 new-session -d ${SESS}
fi fi
tmux -2 attach-session -t "$NAME" tmux -2 attach-session -t "$NAME"