summaryrefslogtreecommitdiffstats
path: root/node_modules/npm-run-all/bin/run-s/index.js
blob: f3cf0120edbce23f92fffeb5f81fc4b7d0ba7386 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env node
/**
 * @author Toru Nagashima
 * @copyright 2015 Toru Nagashima. All rights reserved.
 * See LICENSE file in root directory for full license.
 */
"use strict"

//------------------------------------------------------------------------------
// Main
//------------------------------------------------------------------------------

require("../common/bootstrap")("run-s")