We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc4476 commit 6b81ffdCopy full SHA for 6b81ffd
scripts/shebang.mjs
@@ -1,7 +1,6 @@
1
import { readFile, writeFile } from 'fs/promises'
2
3
const [,,file] = process.argv
4
-
5
const shebang = '#!/usr/bin/env node\n'
6
const contents = await readFile( file, 'utf-8' )
7
0 commit comments