From: hackbard Date: Fri, 21 Mar 2003 01:41:09 +0000 (+0000) Subject: made clear where hunz should dock! :) X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Fdfb-slides.git;a=commitdiff_plain;h=f1b6a77573b9e127f79f87f780b11aebaf588c70 made clear where hunz should dock! :) --- diff --git a/cont2xml b/cont2xml index 2323536..7107138 100755 --- a/cont2xml +++ b/cont2xml @@ -87,6 +87,11 @@ while [ "1" ]; do
EOF +if [ -f ./1337.pl ] ; then + ./1337.pl $@ $count +else + echo "can't execute $@ $count ... (hunz!!!) :)" +fi # hunz's 1337.pl inserts content here ;) # ./1337.pl $@ $count ($1 is targetfile, $2 is sourcefile)