summarylogtreecommitdiffstats
path: root/googleearth.sh
blob: 558a66d3708ec163332266108d15e3e3eee5d35f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Always run Google Earth from this shell script and not directly!
# This script makes sure the app looks in the right place for libraries
# that might also reside elsewhere.
#
# Ryan C. Gordon,  Thu Jul 20 14:32:33 PDT 2006

# We alredy know the path
cd /opt/google/earth/legacy

# Launch the app
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin "$@"