home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 829 b | 50 lines |
- .name
- chksum
- .type
- CLI Tool
- .short
- SVR4 'sum' compatible checksum program
- .description
- Produces a checksum of a byte stream that should be the same as the
- standard SVR4 "sum" program. Note that the "sum" documentation is
- misleading, the checksum is NOT simply a 16-bit checksum of all the
- bytes.
- .version
- 1.0
- .date
- .author
- Fred Fish
- .restrictions
- .requirements
- .reference
- .keywords
- .distribution
- Public Domain
- .price
- .address
- .email
- fnf@cygnus.com
- .phone
- .fax
- .exectype
- .installsize
- .source
- .construction
- .tested
- .docs
- .described-by
- Fred Fish (fnf@fishpond.cygnus.com)
- .submittal
- Submitted electronically directly by the author.
- .execute
- set choice `RequestChoice "Chksum" "Please select an option" "View Source" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool chksum.c TEXT
- endif
- .aminet-dir
- util/misc
-