summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/epspdf/epspdftk
blob: e1e1fb36064e1b383ca809f8dd2a2c8d3ab02eb2 (plain)
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