5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
# Launch/restore screen
|
|
if [ -x $(which screen 2>/dev/null) ]; then
|
|
if [ -z "$STY" ]; then exec screen -xRR; fi
|
|
fi
|