start logs with 'log.*' to disambiguate a bit
This commit is contained in:
parent
407edadcb6
commit
8b34ebce61
@ -3,8 +3,8 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
SELF=`echo $0|sed -e 's/\.\///'`
|
SELF=`echo $0|sed -e 's/\.\///'`
|
||||||
CLOG1=$0.1.log
|
CLOG1=log.$SELF.1
|
||||||
CLOG2=$0.2.log
|
CLOG2=log.$SELF.2
|
||||||
|
|
||||||
> ${CLOG1}
|
> ${CLOG1}
|
||||||
> ${CLOG2}
|
> ${CLOG2}
|
||||||
@ -25,7 +25,7 @@ for s in `ls | grep -v ${SELF}`; do
|
|||||||
set -e
|
set -e
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
printf "\n$0: inspect ${CLOG1} and ${CLOG2}\n\n"
|
printf "\n\n\t$0: *** inspect ${CLOG1} and ${CLOG2} ***\n\n"
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user