BSD 4_3 development
[unix-history] / usr / contrib / rn / kitleader
CommitLineData
9c4b96b4
C
1#! /bin/sh
2# $Header: kitleader,v 4.3 85/05/01 11:42:03 lwall Exp $
3#
4# $Log: kitleader,v $
5# Revision 4.3 85/05/01 11:42:03 lwall
6# Baseline for release with 4.3bsd.
7#
8
9cat >$1 <<EOT
10#! /bin/sh
11
12# Make a new directory for the rn sources, cd to it, and run kits 1 thru $3
13# through sh. When all $3 kits have been run, read README.
14
15echo "This is rn kit $2 (of $3). If kit $2 is complete, the line"
16echo '"'"End of kit $2 (of $3)"'" will echo at the end.'
17echo ""
18export PATH || (echo "You didn't use sh, you clunch." ; kill \$\$)
19EOT