index.js 391 B

12345678910111213
  1. #!/usr/bin/env node
  2. /**
  3. * @author Toru Nagashima
  4. * @copyright 2015 Toru Nagashima. All rights reserved.
  5. * See LICENSE file in root directory for full license.
  6. */
  7. "use strict"
  8. //------------------------------------------------------------------------------
  9. // Main
  10. //------------------------------------------------------------------------------
  11. require("../common/bootstrap")("run-s")