New-Cli-Installer/src/main_test.cpp

9 lines
213 B
C++
Raw Normal View History

2021-12-05 08:15:34 +08:00
#include "definitions.hpp"
#include "utils.hpp"
int main() {
output("\n\n------ TEST BASH LAUNCH BEGIN ------\n\n");
utils::exec("bash", true);
output("\n\n------ TEST BASH LAUNCH END ------\n\n");
}