Add missing shebang (#2769)

pull/2767/head
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')