3 lines
71 B
Plaintext
3 lines
71 B
Plaintext
|
#!/bin/bash
|
||
|
export DISPLAY="`tmux show-env | sed -n 's/^DISPLAY=//p'`"
|