if [ "$#" -ge 1 ]; then
gap_path=$1
shift else
gap_path=../.. fi
current_dir=$(pwd)
cd $gap_path
if [ -f "sysinfo.gap" ]; then echo"Ok, thanks I found the gap installation." else echo"ERROR: It seems that the given location for gap installation is not correct." echo"The given location is $(pwd)."
exit 1 fi
cd $current_dir
echo"## Setting variables" echo"I am now in $(pwd)"
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.