dotfiles/dot_config/tmux/bootstraps/remote.sh
2025-01-14 19:31:48 +09:00

5 lines
92 B
Bash

#!/bin/sh
# Create new window
tmux neww -n remote
# tmux send-keys -t 0 'cowsay remote' C-m