Repository URL to install this package:
Version:
5.0.331.0-52168 ▾
|
#!/bin/bash
#---------------------------------------------
# Script to start GeoGebra
#---------------------------------------------
#---------------------------------------------
# Export name of this script
export GG_SCRIPTNAME=$(basename $0)
#---------------------------------------------
# Export path of system directory containing geogebra.conf
export GG_SYS_CONFIG_PATH='/etc/geogebra'
#---------------------------------------------
# Run
exec "/usr/share/geogebra/geogebra" "$@"