summaryrefslogtreecommitdiff
path: root/profmux.sh
blob: 6357c26d7910924b75781e3d15d79df5a1eeef29 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
session="xmpp-chat"

tmux new-session -d -s $session

tmux new-window -t $session:0 -n 'chat'
tmux send-keys -t $session:0 profanity 'Enter'

tmux attach-session -t $session