summaryrefslogtreecommitdiff
path: root/profmux.sh
diff options
context:
space:
mode:
authormono-b <monoblanco@DRAINERDOMAIN.localdomain>2022-12-18 23:00:24 -0300
committermono-b <monoblanco@DRAINERDOMAIN.localdomain>2022-12-18 23:00:24 -0300
commit0a043dbb7259cc59ac56b31573469f445a7921ed (patch)
tree28e87b1b7bbc035fbc467d5a7fc63204960dc247 /profmux.sh
up
Diffstat (limited to 'profmux.sh')
-rwxr-xr-xprofmux.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/profmux.sh b/profmux.sh
new file mode 100755
index 0000000..6357c26
--- /dev/null
+++ b/profmux.sh
@@ -0,0 +1,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