2.9BSD/usr/contrib/newcsh/src/makebuiltins

DIR=/usr/new/lib/builtins
if [ ! -d $DIR ]
then
	mkdir $DIR
fi
cd $DIR
tee @ alias alloc bg case cd chdir dirs eval exec exit fg foreach glob \
hashstat history if jobs kill limit login logout newgrp nice nohup \
notify onintr popd pushd rehash repeat set setenv source stop suspend \
switch time umask unalias unhash unlimit unset unsetenv wait while < /dev/null
chmod 555 *