#!/bin/ksh
find /Applications/MAMP/htdocs/ -name '*GETME' > /tmp/basegetmelist.wis 2> /dev/null
curl http://localhost:8888/getmelist_localhost.php
exit
