#!/bin/sh
TESTSTR='%X:%H:%P/%Z'
export TESTSTR
echo 'looking how testpath interprets the String '$TESTSTR
echo $TESTSTR | ./testpath
