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

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