#!/bin/ksh93 LOG='/var/log/debian.bullshit' BN=${.sh.file##*/} print "\n${BN}" "$@" >> ${LOG} print '#####################################################################' \ "\nDebian bullshit /usr/sbin/${BN} is disabled. Skipping:" \ "\n\t${BN}" "$@" \ "\nCommand was recorded in ${LOG} as well." \ "\nUse ${BN#add}add to do this, if you really need it." \ '\n#####################################################################'