super-graph/example/bin/rake
Vikram Rangnekar b9d38a5e9d First commit
2019-03-24 09:57:29 -04:00

10 lines
213 B
Ruby
Executable File

#!/usr/bin/env ruby
begin
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
require_relative '../config/boot'
require 'rake'
Rake.application.run