Files
EPANET/build/Cyg/runepanet.sh.template

5 lines
100 B
Bash
Executable File

#!/bin/sh
export PATH=libdir:$PATH
export LD_LIBRARY_PATH=libdir:$LD_LIBRARY_PATH
exec exename "$@"