git.fiddlerwoaroof.com
Today Scripts/AppDelegate.m
7ae1d4ed
 //
 //  AppDelegate.m
 //  Today Scripts
 //
 //  Created by Sam Rothenberg on 10/22/14.
 //  Copyright (c) 2014 Sam Rothenberg. All rights reserved.
 //
 
 #import "AppDelegate.h"
 
 @interface AppDelegate ()
 
 @end
 
 @implementation AppDelegate
 
 - (void)applicationWillFinishLaunching:(NSNotification *)aNotification {
f930af80
     [NSApplication.sharedApplication terminate:self];
7ae1d4ed
 }
 
 @end