Blame view

script/boxen-bootstrap 142 Bytes
3a47d364c   Jianwei Han   Remove caches for...
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