
| Current Path : /bin/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //bin/ps2frag |
#!/bin/sh
tty -s && {
echo
echo "Warning: the ps2frag script is not needed with this version of psfrag."
echo "Please read the manpage ps2frag(1) and the documentation of the"
echo "psfrag package."
echo
} >&2
exit 0