void cleanupExit()
{
    run("rm -rf tmp ../sf/index.html");
    exit(0);
}
