From 5f12223b9a9a479085647770c25f83c1b677a17e Mon Sep 17 00:00:00 2001 From: hackbard Date: Fri, 21 Mar 2003 01:32:19 +0000 Subject: [PATCH] possible entrypoint for hunzs perl script --- cont2xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cont2xml b/cont2xml index dac9a51..2323536 100755 --- a/cont2xml +++ b/cont2xml @@ -85,15 +85,18 @@ while [ "1" ]; do
`grep ^${count} $srcfile`
- - EOF -# total_2 # hunz's 1337.pl inserts content here ;) +# ./1337.pl $@ $count ($1 is targetfile, $2 is sourcefile) + + +cat >> $trgfile << EOF + -[ "$count" = "$total" ] && break +EOF + [ "$count" = "$total" ] && break done -- 2.20.1