diff options
Diffstat (limited to 'plan9/aperl')
-rw-r--r-- | plan9/aperl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plan9/aperl b/plan9/aperl new file mode 100644 index 0000000000..4d032e3c3d --- /dev/null +++ b/plan9/aperl @@ -0,0 +1,7 @@ +#!/bin/rc + +# aperl: +# Executes perl command and alters stderr to produce Acme-friendly error messages +# Created 02-JUL-1996, Luther Huffman, lutherh@stratcom.com + +/bin/perl $* |[2] /bin/perl -pe 's/ line (\d+)/:$1/' >[1=2] |