5 lines
107 B
JavaScript
Executable File
5 lines
107 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
// Better than doing a symlink because it works on Windows.
|
|
require('gulp/bin/gulp');
|