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
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')