ftp.nice.ch/pub/next/tools/ups/GACUPS.1.0.s.tar.gz#/GACUPS/GACUPS_main.m

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

/* Written 8/12/93 by Max Hailperin <max@nic.gac.edu>, Math/CS department,
   Gustavus Adolphus College.  Public domain, no warranty.  Please share
   any improvements with me.  */
/*
 *     Generated by the NeXT Interface Builder.
 */

#import <stdlib.h>
#import <appkit/Application.h>

void main(int argc, char *argv[]) {
    NXApp = [Application new];
    [NXApp loadNibSection:"GACUPS.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.