#!/bin/bash
# Copyright 2012 Chad Lemmen http://www.lemmen.com
#
# Set the Informix environment variables
. /etc/profile.d/informix.sh

prog=$1
prtdest=$2

cd `dirname $0`
./$prog $prtdest

