👷‍♂️ Add shebangs

This commit is contained in:
C-3PO 2018-10-21 04:52:36 +02:00
parent 9ea67cdbb6
commit 1b0d87d40f
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
7 changed files with 17 additions and 9 deletions

View file

@ -1,6 +1,8 @@
#!/usr/bin/env node
import { getPatchZip, ISsnFileEntry, Product, verifyProductName } from 'ssn';
import * as yargsParser from 'yargs-parser';
import failWithError from './failWithError';
import failWithError from './funcs/failWithError';
const failFunction = failWithError.bind(null, 'node dist/getPatchZip.js --product <product> --from <from> --to <to>');