diff --git a/ACTK1_0/lib/libACTK1_0.so b/ACTK1_0/lib/libACTK1_0.so deleted file mode 100755 index ba6a152..0000000 Binary files a/ACTK1_0/lib/libACTK1_0.so and /dev/null differ diff --git a/APIG/build/drde-cd b/APIG/build/drde-cd deleted file mode 100755 index 8247457..0000000 Binary files a/APIG/build/drde-cd and /dev/null differ diff --git a/APIG/client/commander.cpp b/APIG/client/commander.cpp index d276d1e..2342e5f 100644 --- a/APIG/client/commander.cpp +++ b/APIG/client/commander.cpp @@ -291,6 +291,12 @@ void mdCommander::driver() { clear(); continue; } + if (!strcmp(rawString,"tkvi")) { char *lastLog="./etc/donutsOTEConnectivity.log"; + sprintf(wwork,"vim %s",lastLog); + system(wwork); + clear(); + continue; + } if (!strcmp(rawString,"done")) { goto done; } @@ -351,14 +357,15 @@ void mdCommander::help() { mvprintw(13,10," W - write to ./acInputQueue*"); mvprintw(14,10," X - discard "); mvprintw(15,10," - make the target device"); - mvprintw(16,10," loG - display this cd UI log"); - mvprintw(17,10," log - display this cd daemon log*"); - mvprintw(18,10," mlog - display the master daemon log"); - mvprintw(19,10," done - terminate commander but not process"); - mvprintw(20,10," q/quit - end process tree, delete log files"); - mvprintw(22,5," is an integer, above active everywhere outside data entry (>>)"); - mvprintw(23,5,"no space before , X0/W0 to delete/write all commands."); - mvprintw(24,5,"*will be inaccessible if another user running cd on this computer."); + mvprintw(16,10," loG - cd UI log"); + mvprintw(17,10," log - cd daemon log*"); + mvprintw(18,10," mlog - master daemon log"); + mvprintw(19,10," tkvi - vim/xmledit last tk log (path hardcoded)"); + mvprintw(20,10," done - terminate commander but not process"); + mvprintw(21,10," q/quit - end process tree, delete log files"); + mvprintw(23,5," is an integer, above active everywhere outside data entry (>>)"); + mvprintw(24,5,"no space before , X0/W0 to delete/write all commands."); + mvprintw(25,5,"*will be inaccessible if another user running cd on this computer."); mvprintw(row-2,1,"%s",prompt); refresh(); diff --git a/AusRegCliever/build/drde-cliever b/AusRegCliever/build/drde-cliever deleted file mode 100755 index ae5a637..0000000 Binary files a/AusRegCliever/build/drde-cliever and /dev/null differ