Blame view

script/boxen-bootstrap 142 Bytes
fdb27960f   Will Farrington   Update template w...
1
2
3
4
5
6
  #!/usr/bin/env ruby
  # Make sure a project's deps are up-to-date.
  
  if File.executable? "script/bootstrap"
    exec "script/bootstrap", *ARGV
  end