GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
1#!/usr/bin/env bash 2set -ex 3 4GAP="$GAPROOT/bin/gap.sh --quitonbreak -q" 5 6mkdir $COVDIR 7$GAP --cover $COVDIR/test.coverage tst/testall.g 8 9