Add missing shebang (#2769)

This commit is contained in:
XhmikosR 2020-06-02 11:39:15 +03:00 committed by GitHub
parent 2622f5ce56
commit 04981d1770
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env node
'use strict'
const path = require('path')

View file

@ -1,3 +1,5 @@
#!/usr/bin/env node
'use strict'
const path = require('path')