From 4dcae3738b30dc14812a6dc27684c66fd20141ec Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 26 Jun 2011 13:02:42 -0400 Subject: urldecode.sh should be named urldecode.php --- Makefile | 3 +++ urldecode.php | 5 +++++ urldecode.sh | 5 ----- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 urldecode.php delete mode 100644 urldecode.sh diff --git a/Makefile b/Makefile index 37508a6..8c1c72c 100644 --- a/Makefile +++ b/Makefile @@ -36,3 +36,6 @@ clean: $(RM) $(BINFILES) $(RM) *~ +%: %.php + cat $< >$@ + chmod a+x $@ diff --git a/urldecode.php b/urldecode.php new file mode 100644 index 0000000..1666621 --- /dev/null +++ b/urldecode.php @@ -0,0 +1,5 @@ +#!/usr/bin/env php +