env.sh 473 Bytes
#!/bin/bash

# SOFT ROOT 
export SW2ROOT=/home/budnik/SolarWind

export DDUSER=budnik
export DDPWD=Sacre-Cour

# DDPATH
export DDPATH=$SW2ROOT

#Requests 
export REQ=$SW2ROOT/Requests

# LIBRARIES
export DD_DIR=/usr/local/DDClient
export TINYDIR=/usr/local/tinyxml
export LD_LIBRARY_PATH=$DD_DIR/lib:$TINYDIR/lib

# EXECUTABLES
export PATH=/bin:/usr/bin:/usr/local/bin:./:$SW2ROOT/Bin:$DD_DIR/bin

# DATA ROOT
export SW2DATA=$SW2ROOT/Data

# OUTPUT
export SW2NC=$SW2ROOT/Nc