Skip to content

Instantly share code, notes, and snippets.

View buxtonpaul's full-sized avatar

Paul Buxton buxtonpaul

  • Codasip
View GitHub Profile
#!/bin/sh
if tmux a -t default_session
then
echo Session connected and exitied gracefully
else
tmux new-session -s 'default_session' -d 'bpytop'
tmux rename-window 'System'
tmux new-window -d 'mc'
tmux select-window -t :=2