Some kind of shell is now there in act

This commit is contained in:
2022-08-24 00:29:26 +02:00
parent 2316a1125f
commit 50d11c0c62
8 changed files with 524 additions and 222 deletions

View File

@ -92,7 +92,7 @@ static int parse_args (int argc, char *argv[], struct bootcfg * bootcfg)
bootcfg->cfgfilename = "config.ckv";
while ( (c = getopt (argc, argv, "vc:d:p:")) != -1) {
while ( (c = getopt (argc, argv, "hvc:d:p:")) != -1) {
switch (c) {
case 'c':
@ -225,8 +225,6 @@ int main (int argc, char *argv[])
goto errX;
};
test_shell();
cw_log_name = "AC-Tube";
/*
@ -279,7 +277,7 @@ test_shell();
ac_conf_init(global_cfg);
if (!start_shell(global_cfg))
if (!start_rpc(global_cfg))
goto errX;