Initial commit of ResInsight version 0.4.8

This commit is contained in:
Alf B. Rustad
2012-05-18 09:45:23 +02:00
parent a680bf941e
commit dfe97efb1b
657 changed files with 176690 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/sh
# Find the installation path. We assume that this script is placed in the installation directory.
INSTALL_PATH=$(dirname "$_")
#echo "Invoking ResInsight in path: $INSTALL_PATH"
# Change to application directory
cd "$INSTALL_PATH"
# Start the application
CmdName=ResInsight
exec ./$CmdName "$@"