|
|
1.1 ! root 1: #!/bin/csh ! 2: ! 3: foreach f(`cat ~trent/mh.diff.files`) ! 4: set fpath = `echo $f | awk -F+ '{ print $1}'` ! 5: set file = `echo $f | awk -F+ '{ print $2}'` ! 6: echo "now doing ${fpath}/${file}" ! 7: cd /c/trent/mh/$fpath ! 8: if (!(-e SCCS)) then ! 9: mkdir SCCS ! 10: endif ! 11: if (!(-e SCCS/s.${file})) then ! 12: newsccs ${file} ! 13: endif ! 14: sccs edit ${file} ! 15: cp /c/trent/mh.new/${fpath}/${file} . ! 16: echo "update from Craig Leres ([email protected]) + changes for 4.3-Reno" \ ! 17: | sccs delget ${file} ! 18: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.