#!/bin/bash
#---------------------------------------------
# Script to start GeoGebra Math Calculators
#---------------------------------------------

#---------------------------------------------
# Export name of this script

export GG_SCRIPTNAME=$(basename $0)

#---------------------------------------------
# Run

exec "/usr/share/geogebra-math-calculators/GeoGebra"
