5 lines
92 B
Bash
5 lines
92 B
Bash
#!/bin/sh
|
|
# Create new window
|
|
tmux neww -n remote
|
|
# tmux send-keys -t 0 'cowsay remote' C-m
|