#!/bin/sh

fx="$1"; export fx
[ ! "${fx}" ] && exit
[ ! -f "../../postagram.com/cgi-bin/${fx}" ] && exit
[ -f "${fx}" ] && exit
cp ../../postagram.com/cgi-bin/${fx} ${fx}
<../../postagram.com/cgi-bin/${fx} sed -e "
s~postagram~worldvote~g
s~PostaGram~WorldVote~g
" >${fx}
ls -l ${fx}
