Fixed the missing bin directory
[feedcatcher.git] / bin / rake
diff --git a/bin/rake b/bin/rake
new file mode 100755 (executable)
index 0000000..1724048
--- /dev/null
+++ b/bin/rake
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+require_relative '../config/boot'
+require 'rake'
+Rake.application.run