• create bbs.shell_list array (or something like this)

    From Michael Long@1:103/705 to GitLab note in main/sbbs on Mon Feb 22 06:38:04 2021
    https://gitlab.synchro.net/main/sbbs/-/issues/46#note_1651

    var cnflib = load({}, "cnflib.js");var main_cnf = cnflib.read("main.cnf");var shells = main_cnf['command_shell'];for (var i in shells) { writeln(shells[i].code + '=' + shells[i].name);}
    --- SBBSecho 3.13-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)