This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.local/bin/tsession
David JULIEN 2cee2b21fc [tmux] feat: introducing tmux
add keybindings for mail and irc
2021-11-20 16:05:46 +01:00

10 lines
135 B
Bash
Executable File

#! /usr/bin/env sh
session="$1"
cmd="$2"
tmux new -s $session -d
tmux send-keys -t $session "exec $cmd" C-m
tmux attach -t $session