public
Fork of Caged/gitnub
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/benstiglitz/gitnub.git
Search Repo:
Caged (author)
Wed Mar 12 17:05:28 -0700 2008
commit  91ae25d506fc4ed98f6674e694bd0617f25065ce
tree    eeebb195973a01479957433f545b442315482ee6
parent  fc10de3ca1dc09f64d5f1522026599786e214a3e
gitnub / main.m
100644 15 lines (13 sloc) 0.292 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// main.m
// GitNub
//
// Created by Justin Palmer on 3/1/08.
// Copyright (c) 2008 Active Reload, LLC. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
#import <RubyCocoa/RBRuntime.h>
 
int main(int argc, const char *argv[])
{
    return RBApplicationMain("rb_main.rb", argc, argv);
}