#!/bin/bash cwd=`pwd` col=${cwd##*/} site_with_subdirs=${cwd##*/sites/} site=${site_with_subdirs%%/*} buildcol.pl -removeold -site $site $* $col