Blame view
script/boxen-bootstrap
142 Bytes
3a47d364c 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 |
3a47d364c 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 |