Bad test
Ten commit jest zawarty w:
rodzic
fd76478e8f
commit
8caa548ec0
1 zmienionych plików z 12 dodań i 12 usunięć
|
|
@ -1,13 +1,13 @@
|
|||
#!/bin/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"
|
||||
|
||||
#!/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
|
||||
Ładowanie…
Dodaj tabelę
Add a link
Odniesienie w nowym zgłoszeniu