/* Generated by the NeXT Project Builder NOTE: Do NOT change this file -- Project Builder maintains it. */ #import void main(int argc, char *argv[]) { [NSApplication sharedApplication]; if ([NSBundle loadNibNamed:@"GnuTerm.nib" owner:NSApp]) [NSApp run]; [NSApp release]; exit(0); }