about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xlaconia2
1 files changed, 1 insertions, 1 deletions
diff --git a/laconia b/laconia
index 958576f..e19ba8a 100755
--- a/laconia
+++ b/laconia
@@ -20,6 +20,6 @@ case $1 in
 	-* | --*)
 		usage; error_exit "unknown option $1" ;;
 	*)
-		printf "GET / 0\r\n" | nc $1 300 -4
+		printf "$1 / 0\r\n" | nc $1 300 -4
 		;;
 esac