#!/bin/sh
## Run the IDL SAVE file in embedded mode.
## By default, can only launch dave from installation directory using
## command "./dave"
export IDL_DIR="./"

## To be able to launch dave from anywhere, uncomment and edit the 
## next line so the IDL_DIR points to the DAVE installation directory
#export IDL_DIR="<path-to-dave-installation>"

$IDL_DIR/bin/idl -em=$IDL_DIR/dave.sav

