From f1b6a77573b9e127f79f87f780b11aebaf588c70 Mon Sep 17 00:00:00 2001 From: hackbard Date: Fri, 21 Mar 2003 01:41:09 +0000 Subject: [PATCH] made clear where hunz should dock! :) --- cont2xml | 5 +++++ 1 file changed, 5 insertions(+) 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) -- 2.20.1