
                 dip-3.3.7n-uri-inaky

dip-3.3.7n-uri slightly modified by inaky@peloncho.fis.ucm.es

	Hi!!

This is my enhancement of dip-3.3.7n-uri, that includes two
new commands. These are "shell" and "onexit".

	"shell" tries to execute all that you give him using sh,
just like this:

DIP> shell ls /lib > t; echo "Hey! Rebeca, would you like" \
     "to go out with me tonite?" > ~rebeca/indecent.proposition

that would be really:

/sbin/sh -c ls /lib > t; echo "Hey! Rebeca, would you like" \
      "to go out with me tonite?" > ~rebeca/indecent.proposition

	"onexit" does kind of the same, but it only gets executed when
we kill the program (in fact, when the cleanup() function is called)

DIP> onexit echo `date`" disconnect from $port" >> /var/log/slip

	Would execute when we make dip -k, appending a line to 
/var/log/slip.

	The main problem is that multiple spaces and posibly tabs are
squeezed to only one space. The use of variables is allowed (they
are expanded). However, if you use shell variables (not recognized
by dip) like $HOME, or $PATH, dip will complain, but you can ignore
it.

	Well, use this *AT*YOUR*OWN*RISK*. I don't guarantee functionality
of this program better than Uri's or Fred's versions. Neither bother
them with things related to the use of this release.

	My e-mail is inaky@peloncho.fis.ucm.es, and all flames should come
up to me. Probably, I will not do anything more on dip, but I'll try
that these enhancements get included in the next release.

	Have fun!
