cops/test/prepareSauceTest.sh
Sébastien Lucas 876fba3053 Typo again
2013-11-28 10:20:34 +01:00

13 lines
273 B
Bash

#!/usr/bin/env bash
PHP_VERSION=`php -v|grep --only-matching --perl-regexp "5\.\\d+"`
if [[ $PHP_VERSION != "5.5" ]]
then
echo "Bad PHP version"
exit
fi
echo "Good PHP version"
curl -s https://raw.github.com/jlipps/sausage-bun/master/givememysausage.php | php