summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/epspdf/epspdftk
blob: 6d3465a8c4be55e7820e07600f75f8e4d4ab45b5 (plain)
1
2
3
4
5
6
7
#!/bin/sh
script=`kpsewhich -format=texmfscripts epspdftk.rb`
if test "x$1" = "x"; then
  "$script" $HOME
else
  "$script" $*
fi