mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
5 lines
187 B
Markdown
5 lines
187 B
Markdown
Running this script will enter currently running `screen` session or will start new one.
|
|
|
|
```shell
|
|
( screen -r bash || ( screen -d bash && screen -r bash || screen -SAm bash bash ) )
|
|
```
|