From b7d382d4700fff05ada7fc003b36ecd33f50774a Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 2 Jan 2011 09:03:22 -0500 Subject: [PATCH] more cli stuff --- cli/args | 9 +++++++++ cli/hello | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100755 cli/args diff --git a/cli/args b/cli/args new file mode 100755 index 0000000..7c52beb --- /dev/null +++ b/cli/args @@ -0,0 +1,9 @@ +#!/usr/bin/php -q + $value) { + printf("ARGV[$i] = $value\n"); +} + +?> diff --git a/cli/hello b/cli/hello index fde279e..dcbeef5 100755 --- a/cli/hello +++ b/cli/hello @@ -1,6 +1,6 @@ #!/usr/bin/php -q