1 2 3 4 5 6 7
#!/bin/sh script=`kpsewhich -format=texmfscripts epspdftk.tcl` if test "x$1" = "x"; then "$script" $HOME else "$script" "$@" fi