home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume15
/
hash8
/
ncc
< prev
next >
Wrap
Text File
|
1988-06-05
|
314b
|
10 lines
# Shell script for compiling long-identifier programs.
# (Must be executed by "sh", not "csh".)
#
# The long-identifier source should be named L_xxx.
# The script is then invoked with "ncc xxx"
#
cat L_$1 | hash8 encode TABLE >$1 # Convert long identifiers
cc -c $1 2>&1 | hash8 decode TABLE # Compile short form