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

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

foot --title="$title" ssh-and-tmux "$host" "$session"