git clone git://github.com/matta/gitnub.git
Merge branch 'master' of git://github.com/Caged/gitnub
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);}