source: trunk/third/enscript/tests/escapes.test @ 17620

Revision 17620, 269 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17619, which included commits to RCS files with non-trunk default branches.
  • Property svn:executable set to *
RevLine 
[17619]1#!/bin/sh
2#
3# Special escapes.
4#
5
6. $srcdir/defs || exit 1
7
8links="README.ESCAPES mtr.eps mtr_small.eps mtr_tiny.eps"
9
10for i in $links; do
11  ln -s $srcdir/../$i .
12done
13
14$enscript --quiet -G2r -p$output -e README.ESCAPES
15
16for i in $links; do
17  rm -f $i
18done
19
20rm $output
Note: See TracBrowser for help on using the repository browser.