2 lines
98 B
Bash
Executable File
2 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
tmux capture-pane -S -32768 -b %1; tmux save-buffer -b %1 /tmp/bug_log; cat /tmp/bug_log |