Screen init script

This commit is contained in:
Clemens Schwaighofer
2021-12-14 08:46:13 +09:00
commit 21b8ed1ad7
2 changed files with 137 additions and 0 deletions

16
Readme.md Normal file
View 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