#!/usr/bin/bash # My local perl libraries export PERL5LIB=/home/roboticus/LIB # Log when & what I run CURDTM=`date +'%Y%m%d-%H%M'` echo $CURDTM $@ >>~/.runlog # my perl executable Krevulax $@