1 2 3 4 5 6 7
#!/bin/sh PATH="${PATH}:/usr/heimdal/bin" if [ x"${EUID}" == x"0" ]; then PATH="${PATH}:/usr/heimdal/sbin" fi export PATH