dotfiles/dot_config/tmux/bootstraps/remote.sh

5 lines
92 B
Bash
Raw Permalink Normal View History

2025-01-14 19:31:48 +09:00
#!/bin/sh
# Create new window
tmux neww -n remote
# tmux send-keys -t 0 'cowsay remote' C-m