Files
ScreenInit/Readme.md

17 lines
435 B
Markdown
Raw Normal View History

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