#!/usr/bin/env php
<?php

echo 'qpdf executed';
exit(file_exists(dirname(__FILE__).'/qpdf_failure') ? 123 : 0);
