fill /acme

This commit is contained in:
cinap_lenrek 2011-04-14 17:27:24 +00:00
parent 71cfa9c637
commit a150899221
114 changed files with 14220 additions and 0 deletions

7
acme/bin/Perl Executable file
View file

@ -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]