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

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