#!/bin/sh #test for jpeg if [[ $REQUEST_METHOD = 'GET' ]]; then #since ash does not handle arrays we create variables using eval IFS='&' for PAIR in $QUERY_STRING do K=$(echo $PAIR | cut -f1 -d=) VA=$(echo $PAIR | cut -f2 -d=) #VB=${VA//%3A/:} #echo "