Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
geogebra5 / usr / bin / geogebra
Size: Mime:
#!/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" "$@"