diff options
| author | Dominik Tobschall <dominik@fruux.com> | 2012-12-02 12:59:54 +0100 |
|---|---|---|
| committer | Dominik Tobschall <dominik@fruux.com> | 2012-12-02 14:05:52 +0100 |
| commit | b1684037d6eaeacff0e4ccd8b75d90f68ec93426 (patch) | |
| tree | 0aa19a83eb472f3d7c5dedf5846737b2507c18f4 /samples | |
| parent | d92d208a45d1f1882f1e553a46851df950857976 (diff) | |
added php cli samples
Diffstat (limited to 'samples')
| -rw-r--r-- | samples/PHP/php-script.script! | 4 | ||||
| -rw-r--r-- | samples/PHP/php.script! | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/samples/PHP/php-script.script! b/samples/PHP/php-script.script! new file mode 100644 index 0000000..567b9a8 --- /dev/null +++ b/samples/PHP/php-script.script! @@ -0,0 +1,4 @@ +#!/usr/bin/php +<?php + +echo "PHP\n";
\ No newline at end of file diff --git a/samples/PHP/php.script! b/samples/PHP/php.script! new file mode 100644 index 0000000..241820d --- /dev/null +++ b/samples/PHP/php.script! @@ -0,0 +1,4 @@ +#!/usr/bin/env php +<?php + +echo "PHP\n";
\ No newline at end of file |
