/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool
355 by Suren A. Chilingaryan
Add run script to run python scripts and binary executables in the local environment
1
#! /bin/bash
2
3
APP_PATH=`dirname $0`
4
379 by Suren A. Chilingaryan
Support XML configuration of device models
5
PYTHONPATH="$APP_PATH/pywrap:$PYTHONPATH" PCILIB_SCRIPTS_DIR="$APP_PATH/pyserver/scripts" PCILIB_MODEL_DIR="$APP_PATH/xml" PCILIB_DATA_DIR="$APP_PATH/xml" LD_LIBRARY_PATH="$APP_PATH/pcilib" $*