Files
ScreenInit/Readme.md
2024-11-20 23:50:29 +09:00

17 lines
438 B
Markdown

# Sceen init scripts
Init screens from config files
`screen_init.sh <config>`
## Config file layout
```txt
<screen session name>
<window name>#<command>
```
`screen session name` is the name you use for gstting the screen session name, see `screen -ls`. Must be Alphanumeric without spaces.
`window name` is the name for this window
`command` can be any comamnd sequence separated by `;`. If nothing given default `^C` shell is used