~sircmpwn/cgi-scripts

9a504e709ccccfb508d8488e4d184775c31b0344 — Drew DeVault 4 years ago 64f3b49
Fix typo
1 files changed, 1 insertions(+), 1 deletions(-)

M web.sh
M web.sh => web.sh +1 -1
@@ 1,7 1,7 @@
#!/bin/sh
if [ "$QUERY_STRING" = "" ]
then
	printf "10 Enter an web url\r\n"
	printf "10 Enter a web url\r\n"
	return
fi