ftp.nice.ch/pub/next/tools/archiver/Compress.1.1.N.bs.tar.gz#/Compress-1.1/Compress_main.m

This is Compress_main.m in view mode; [Download] [Up]

/*
 *    Filename:	Compress_main.m 
 *    Created :	Mon Jul  1 16:13:47 1991 
 *    Author  :	Vince DeMarco
 *		<demarco@cpsc.ucalgary.ca>
 */


/*
 *     Generated by the NeXT Interface Builder.
 */

#import <stdlib.h>
#import "CompressApp.h"

void main(int argc, char *argv[]) {
    NXApp = [CompressApp new];
    [NXApp loadNibSection:"Compress.nib" owner:NXApp];
    [NXApp run];
    [NXApp free];
    exit(0);
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.