7 lines
84 B
Bash
Executable File
7 lines
84 B
Bash
Executable File
#!/usr/bin/sh
|
|
|
|
|
|
tmux capture-pane -pJS - > /tmp/tb
|
|
|
|
tmux display "Saved to /tmp/tb"
|