Files
EPANET/build/Linux/runepanet.sh.template
T

5 lines
100 B
Bash
Executable File

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