6 lines
30 B
Bash
6 lines
30 B
Bash
|
#!/bin/ksh
|
||
|
|
||
|
screen -r
|
||
|
|
||
|
exit 0
|