|
runCommand("php", ["php/index.php"]);
|
|
runCommand("php", ["php/index.php"]);
|
|
runCommand("sudo", ["apt-get", "install", "python3", "-y"], true);
|
|
runCommand("sudo", ["apt-get", "install", "python3", "-y"], true);
|
|
runCommand("haxe", ["compile-python.hxml"]);
|
|
runCommand("haxe", ["compile-python.hxml"]);
|
|
runCommand("python3", ["unit.py"]);
|
|
runCommand("python3", ["unit.py"]);
|