#!/bin/csh -f # pubtemp # Prep files and push to Temp directory of web server. # See make_and_pub_index_from_jpgs for details. unquarantine -p "Unquarantine: " $*:q undropbox -p "Un-dropbox: " $*:q chmod -vv o+r $*:q rename -q -p "Underscores: " " " "_" $*:q remotepub /var/www/html/Temp $*:q echo "If it failed because the underscores now replace blanks, run it again."