#!/bin/bash --login export HOME=/home/rubys cd export PATH=`pwd`/bin:$PATH umask 002 # clean up the input cd /home/rubys/blosxom mv $1.raw $1.save 2>&1 cp $1.save $1.raw # tidyblosxom.pl $1.raw 2>&1 # publish mv $1.raw $1.txt # update blogroll # blogroll.pl > blogroll.html # flush cache python /home/rubys/mombo/cache.py python /home/rubys/mombo/cache.py $1 # notify wlping.py autoping.py $1.txt # postrss.py # reindex # cd /home/rubys/web/intertwingly.net/ # /home/rubys/bin/swish-e -i atom -f index.mombo | grep -v [xt]ing # cd /home/rubys/blosxom