Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- echo -e "Content-type: text/html; charset=UTF-8\n"
- eval $(echo "$QUERY_STRING" | awk -F'&' '{ for(i=1;i<=NF;i++) { print $i} }')
- echo "a is $a"
- echo "<br>"
- echo "b is $b"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement