Added ctrl+o; fixed ctrl+w, updated ipc_open logic

This commit is contained in:
2021-11-26 00:53:20 -06:00
parent 9f1da21127
commit bff7053139
9 changed files with 81 additions and 20 deletions

View File

@@ -4,7 +4,7 @@
using namespace std;
int main() {
chdir("/opt/Pytop/");
system("python3 PyTop.py");
chdir("/opt/PyFM/");
system("python3 .");
return 0;
}