mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Initial commit of ResInsight version 0.4.8
This commit is contained in:
12
ApplicationCode/resinsight
Normal file
12
ApplicationCode/resinsight
Normal 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 "$@"
|
Reference in New Issue
Block a user