new ticket from slaven
[andk-cpan-tools.git] / bin / basesmoker.sh
blob261e9953666cb8f9253a10eea774070647330e24
1 #!/bin/sh
3 echo Deprecated, please use basesmoker.run.pl
4 exit
6 PERL=/home/sand/src/perl/repoperls/installed-perls/perl/v5.20.3/165a/bin/perl
7 BINDIR=`dirname $0`
8 set -x
9 set -e
10 while true; do
11 # cd $SOLVER_VARDIR/workdir
12 $PERL $BINDIR/basesmoker.pl -v
13 if [ -e $BINDIR/basesmoker.stop ] ; then
14 echo "Found $BINDIR/basesmoker.stop, stopping smoker"
15 break
16 else
17 echo "basesmoker.sh is starting the next instance of basesmoker.pl"
19 done