Skip to content

Commit

Permalink
major: condence code into single file
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Nov 9, 2010
1 parent 0e55878 commit f652b09
Show file tree
Hide file tree
Showing 2 changed files with 390 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/neapolitan
@@ -1,3 +1,3 @@
#!/usr/bin/env ruby
require 'neapolitan/command'
Neapolitan::Command.main(*ARGV)
require 'neapolitan'
Neapolitan.cli(*ARGV)

0 comments on commit f652b09

Please sign in to comment.