mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 22:42:31 +08:00
9 lines
213 B
C++
9 lines
213 B
C++
|
#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");
|
||
|
}
|