Codebase list ibutils / 46667d42-6d28-4f6f-9da8-c4c4650ae96c/main ibdiag / src / ibdiagnet.in
46667d42-6d28-4f6f-9da8-c4c4650ae96c/main

Tree @46667d42-6d28-4f6f-9da8-c4c4650ae96c/main (Download .tar.gz)

ibdiagnet.in @46667d42-6d28-4f6f-9da8-c4c4650ae96c/mainraw · history · blame

#!/bin/sh -f

export TCLLIBPATH="%with_ibdm_lib% %ibdiag_libdir%"; \
export PATH="%with_ibis%":"%with_ibis_bindir%":$PATH; \
exec ibis "$@" <<EOF

set argv0 ibdiagnet
package require ibdiagnet

EOF