Files
ScreenInit/Readme.md
Clemens Schwaighofer 21b8ed1ad7 Screen init script
2021-12-14 08:46:13 +09:00

17 lines
408 B
Markdown

# Sceen init scripts
Init screens from config files
`screen_init.sh <config>`
## Config file layout
```
<screen title>
<window name>#<command>
```
`screen title` is the name you use for getting the screen, 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