I want to write that writes to the .project the time I logged out. i can't
use the .logout option because I'm not in the original login shell (I'm
usin tC-shell)
I use the following line to add the date to the .project file, but I have
then to exit manually (typing exit at the prompt)
---clip----
#!/bin/posix/sh
echo "Last login `date`" > .project
exit
---clip----
___
You got this message from:
Rene