Delete bin on Git

This commit is contained in:
Xavier J 2015-12-24 09:11:53 +01:00
parent 12943241f4
commit 56ba164326
3 changed files with 0 additions and 31 deletions

View file

@ -1,8 +0,0 @@
#!/usr/bin/env ruby
begin
load File.expand_path("../spring", __FILE__)
rescue LoadError
end
require_relative '../config/boot'
require 'rake'
Rake.application.run