output/'$push'";
$createConvertFile = "cat $templateFile output/'$push' > output/'$convert'";
shell_exec($createPushFile);
shell_exec($createConvertFile);
shell_exec($conversion);
echo "
";
}
if (isset($_POST["90sMakeUpCommercial"])) {
generatePresentation("output/90sMakeUpCommercial.md");
} elseif (isset($_POST["chicagoOlives"])) {
generatePresentation("output/chicagoOlives.md");
} elseif (isset($_POST["redmond2013"])) {
generatePresentation("output/redmond2013.md");
} elseif (isset($_POST["ohioCustard"])) {
generatePresentation("output/ohioCustard.md");
} elseif (isset($_POST["raleighAroundMe"])) {
generatePresentation("output/raleighAroundMe.md");
} elseif (isset($_POST["earlyCupertino"])) {
generatePresentation("output/earlyCupertino.md");
} elseif (isset($_POST["defaultIsKing"])) {
generatePresentation("output/defaultIsKing.md");
} elseif (isset($_POST["strengthInNumbers"])) {
generatePresentation("output/strengthInNumbers.md");
} elseif (isset($_POST["thatMagazine"])) {
generatePresentation("output/thatMagazine.md");
} elseif (isset($_POST["cuppertinoIsh"])) {
generatePresentation("output/cuppertinoIsh.md");
} elseif (isset($_POST["lazyProfessor"])) {
generatePresentation("output/lazyProfessor.md");
} elseif (isset($_POST["redmond2003"])) {
generatePresentation("output/redmond2003.md");
}
?>