Deleted Added
full compact
MAKESHAR (316957) MAKESHAR (354195)
1#!/bin/sh
2#
3# MAKESHAR.sh: Make a shar file for the sources
4#
1#!/bin/sh
2#
3# MAKESHAR.sh: Make a shar file for the sources
4#
5# $tcsh: MAKESHAR,v 3.2 2006/03/02 18:46:44 christos Exp $
6
7AWK=/usr/bin/nawk # Must be nawk or gawk cause of 2D arrays
8WC=/usr/ucb/wc
9GREP=/usr/bin/egrep
10SORT=/usr/bin/sort
11SH=/bin/sh
12
13dirs=

--- 108 unchanged lines hidden ---
5
6AWK=/usr/bin/nawk # Must be nawk or gawk cause of 2D arrays
7WC=/usr/ucb/wc
8GREP=/usr/bin/egrep
9SORT=/usr/bin/sort
10SH=/bin/sh
11
12dirs=

--- 108 unchanged lines hidden ---