X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=cont2xml;h=42aab82d0251d4fee0e36eadd3cec8f1bb0a9eb3;hb=e04c1bea5163a60a2646bfc7163ffe3ac20a1779;hp=2323536355437003cf94592514c089e41d640240;hpb=5f12223b9a9a479085647770c25f83c1b677a17e;p=lectures%2Fdfb-slides.git diff --git a/cont2xml b/cont2xml index 2323536..42aab82 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 ./1337.pl $@ $count ... (hunz!!!) :)" +fi # hunz's 1337.pl inserts content here ;) # ./1337.pl $@ $count ($1 is targetfile, $2 is sourcefile)