Warning: this is a htmlized version!
The original is across this link.
#######
#
# E-scripts on Crim.
#
# Note 1: use the eev command (defined in eev.el) and the
# ee alias (in my .zshrc) to execute parts of this file.
# Executing this file as a whole makes no sense.
#
# Note 2: be VERY careful and make sure you understand what
# you're doing.
#
# Note 3: If you use a shell other than zsh things like |&
# and the for loops may not work.
#
# Note 4: I always run as root.
#
# Note 5: some parts are too old and don't work anymore. Some
# never worked.
#
# Note 6: the definitions for the find-xxxfile commands are on my
# .emacs.
#
# Note 7: if you see a strange command check my .zshrc -- it may
# be defined there as a function or an alias.
#
# Note 8: the sections without dates are always older than the
# sections with dates.
#
# This file is at <http://angg.twu.net/a/e/crim.e>
#           or at <http://angg.twu.net/e/crim.e.html>.
#        See also <http://angg.twu.net/emacs.html>,
#                 <http://angg.twu.net/a/.emacs[.html]>,
#                 <http://angg.twu.net/a/.zshrc[.html]>,
#                 <http://angg.twu.net/escripts.html>,
#             and <http://angg.twu.net/>.
#
#######


rm -Rv ~/CRIMNOTES/
mkdir ~/CRIMNOTES/
cd    ~/CRIMNOTES/
cp ~/CRIM/crim1.html index.html
A=(
1-autod.4th
1.4th
1.aud
2-autod.4th
2.4th
2.aud
ETC
announce
autodoc.4th
crim.c
crimcomp.4th
letter
patchpfe
)
for i in $A; do cp ~/CRIM.old/CRIM000/$i $i.txt; done



cd    ~/CRIMNOTES/
lynx index.html

cd    ~/CRIMNOTES/
edrxnetscape index.html

cd    ~/CRIMNOTES/
tar -cvzf ../crim.tgz *

cd
ftp $SACI <<'---'
  hash on
  prompt off
  put crim.tgz
  quit
---

# (find-fline "$AFBOTO")

cd ~/public_html/
rm -Rv crim/
mkdir crim/
cd crim/
tar -xvzf ~/crim.tgz

lynx http://www.mat.puc-rio.br/~edrx/crim/



mail -s 'Playing with inner interpreters' MISC@pisa.rockefeller.edu <<'---'
This is slightly off-topic but as Jeff was talking about instruction
sets (and as I'm not in condition to contribute directly to the F21
project right now -- no money, no time, finishing MsC thesis) I
decided to put some old notes on a toy inner interpreter on the web.
The address is

  http://www.mat.puc-rio.br/~edrx/crim/

It was stupid to keep them for myself for so long.

Also I was able to run the F21 emulator under Linux using the DOS
emulator. It is trivial in some sense but it took me some hours to
configure everything, as I never used the DOS emulator before and I
don't have access to a DOS/Windows box. I'll try to write an
instructions-for-dummies-like-me text and make it available very soon.
If someone is anxious, please mail me.

  [],
  Eduardo Ochs
  edrx@inx.com.br
  edrx@mat.puc-rio.br
---