Added ctrl+o; fixed ctrl+w, updated ipc_open logic
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
chdir("/opt/Pytop/");
|
||||
system("python3 PyTop.py");
|
||||
chdir("/opt/PyFM/");
|
||||
system("python3 .");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user