gitlab-org--gitlab-foss/bin/rake
2014-02-20 12:56:22 +01:00

8 lines
164 B
Ruby
Executable file

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