Initial commit

This commit is contained in:
cryobry
2020-04-01 18:35:44 -04:00
commit 0829962d22
8 changed files with 769 additions and 0 deletions

6
tests/scripts/script.php Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env php
<?php
print("Hello World");
?>

3
tests/scripts/script.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
echo "Hello World"