Annotation of 42BSD/ucb/sendbug/sendbug.sh, revision 1.1.1.1

1.1       root        1: #! /bin/csh -f
                      2: #
                      3: #      sendbug.sh      4.2     83/05/23
                      4: # Create a bug report and mail to '4bsd-bugs'.
                      5: #
                      6: 
                      7: onintr clean
                      8: /bin/cp /usr/ucb/bugformat /tmp/bug$$
                      9: /usr/ucb/vi /tmp/bug$$
                     10: if ($#argv == 0) then
                     11:        /usr/lib/sendmail -t 4bsd-bugs\@BERKELEY < /tmp/bug$$
                     12: else
                     13:        /usr/lib/sendmail -t $argv[1] < /tmp/bug$$
                     14: endif
                     15: clean:
                     16: /bin/rm -f /tmp/bug$$

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.