#! /bin/bash

# $Source: /cvsroot/gnumed/gnumed/gnumed/test-area/gmDrug/amis-orig/create_links,v $
# $Revision: 1.2 $

# create two symbolic links here (we cannot do that in cvs):

echo "creating links to original AMIS data on CD-ROM"
echo "this only works if the AMIS CD is mounted under /cdrom"

ln -s /cdrom/basis/version2 basis
ln -s /cdrom/interakt interakt
