File: igen.sh

package info (click to toggle)
ossim 1.8.16-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 24,156 kB
  • ctags: 31,345
  • sloc: cpp: 324,330; ansic: 14,940; sh: 7,473; pascal: 1,072; perl: 306; makefile: 207; lex: 183; xml: 141; sql: 78; csh: 4; php: 1
file content (17 lines) | stat: -rwxr-xr-x 488 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
#--------------------------------------------------------------------
# -*-Shell-script-*-
#
# Script wrapper for ossim igen application.  Intention is to set
# environment up for application, then call it.
#
# License: LGPL
#
# $Id: igen.sh 7891 2005-08-05 12:54:29Z dburken $
#--------------------------------------------------------------------

# Source the environment file.
. /usr/local/ossim/bin/ossim_environment

# Call the igen application passing all args.
igen $*