awips2/nativeLib/files.native/adapt/climate/bin/Linux/display_climate
Steve Harris b60635cd70 14.1.1-4 baseline
Former-commit-id: 82dec19b6a [formerly bd95bb6a4e] [formerly 99e3707c5b [formerly 0cda967cc9da9d2a08a0197db23d48c65f03be81]]
Former-commit-id: 99e3707c5b
Former-commit-id: 7590a56e0e
2013-10-28 10:55:16 -04:00

18 lines
472 B
Bash
Executable file

#!/bin/bash
# calls into the main routines in the adappt.climate.ui library
# create links to this script with the appropriate name for each
# main routine
program_name=$(basename $0)
script_dir=$(cd $(dirname $0);pwd)
# set the appropriate environment variables
. $script_dir/set_climate_env.sh
# the climate apps assume the cwd is the data dir
cd $CLIMATE_DATA_DIR
# call into the library to launch the program
runso rary.adappt.climate.ui ${program_name}_main $@