Screen init script
This commit is contained in:
16
Readme.md
Normal file
16
Readme.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user