dotfiles/.scripts/spawn_urxvt_tmux.sh
Gregor Feierabend a3dd587df1 update
2021-09-21 22:34:03 +02:00

3 lines
95 B
Bash
Executable file

#!/bin/bash
#TODO: add support for more parameters :D
urxvt -e tmux new $1' '$2' '$3'; $SHELL'