diff --git a/php/helloworld.php b/php/helloworld.php index ca1c465..efac68f 100644 --- a/php/helloworld.php +++ b/php/helloworld.php @@ -1,3 +1,4 @@ +#runs successfully \ No newline at end of file diff --git a/php/test.sh b/php/test.sh new file mode 100644 index 0000000..58503c8 --- /dev/null +++ b/php/test.sh @@ -0,0 +1,2 @@ +#!/bin/bash +php helloworld.php \ No newline at end of file