public
Description: A RubyCocoa client for Webistrano (http://labs.peritor.com/webistrano)
Homepage: http://mattmatt.github.com/macistrano
Clone URL: git://github.com/mattmatt/macistrano.git
macistrano / main.m
100644 16 lines (13 sloc) 0.287 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// main.m
// macistrano
//
// Created by Pom on 22.04.08.
// Copyright (c) 2008 __MyCompanyName__. 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);
}