ff9e95ff9ae9a6b49b591783fb87ddc4adfd65b7
lines starting with ";" are skipped, empty lines are ignored if the first line is empty (no name set) an error is thrown check that title is alphanumeric only Add a config folder for the config files (ignored) update readme file
Sceen init scripts
Init screens from config files
screen_init.sh <config>
Config file layout
<screen session name>
<window name>#<command>;<command>;
#
;<ignored line>
screen session nameis the name you use for gstting the screen session name, seescreen -ls. Must be Alphanumeric without spaces and cannot be emptywindow nameis the name for this windowcommandcan be any comamnd sequence separated by;. If nothing given default^Cshell is used- If there is only a
#an empty unnamed window is opened - if a line starts with
;it is skipped - empty lines are ignored
Description
Languages
Shell
100%