Admin/mirror-dist
author wenzelm
Fri, 05 May 2000 22:35:51 +0200
changeset 8818 253dad743f00
parent 8398 f1c80ed70f48
child 10531 a9e7786db49e
permissions -rwxr-xr-x
error msg: counting from one (again), in order to be consistent with case names of induction rule;

#!/bin/bash
#
# $Id$
#

HOST=$(hostname)

case  ${HOST} in
  sunbroy*)
    #test
    DEST=/tmp/isabelle-dist
    mkdir -p $DEST
    ;;
  *.cl.cam.ac.uk)
    DEST=/anfs/www/html/Research/HVG/Isabelle/dist
    ;;
  *)
    echo "Unknown destination directory for ${HOST}"
    exit 2
    ;;
esac

exec $(dirname $0)/rsync-isabelle -d $DEST