Skip to content

Commit

Permalink
Create objectively better project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Oct 25, 2013
1 parent dc32a74 commit 7466e69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cpc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

ruby ./src/cpc.rb
2 changes: 1 addition & 1 deletion cpc.rb → src/cpc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require 'sqlite3'
require 'date'

require './db.rb'
require './src/db.rb'

if __FILE__ != $0
puts 'Do not include or require this file.'
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7466e69

Please sign in to comment.