#!/bin/bash

#this is free software licenced under the GNU-GPL - please refer to the file Copying, that came with this script
# Alters a bankfile for specimen to run on your machine, you need to start this script in the dir you have installed specidrums in.


SAMPLE_PATH=`pwd`;
WRONGPATH="/home/zettberlin/bin/telshow-tele";
sed -e "s|$WRONGPATH|$SAMPLE_PATH|g" telshowtele10.specimen > TMPFILE && mv TMPFILE specigit0110.specimen;

sed -e "s|bankpath|$SAMPLE_PATH|g" .specigit-start > TMPFILE && mv TMPFILE specigit-start.sh;

chmod ug+x specigit-start.sh;
