summaryrefslogtreecommitdiff
path: root/bin/ssh-and-tmux-term
blob: 682d1a68e4b3a145b2570e7e578e72658f054c4e (plain)
1
2
3
4
5
6
7
#!/bin/bash

host="$1"
session="${2:-default}"
title="${3:-tmux $session on $host}"

xfce4-terminal --title="$title" -x ssh-and-tmux "$host" "$session"