Skip to content

Commit 6b81ffd

Browse files
committed
refactor scripts/
1 parent 5bc4476 commit 6b81ffd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/shebang.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { readFile, writeFile } from 'fs/promises'
22

33
const [,,file] = process.argv
4-
54
const shebang = '#!/usr/bin/env node\n'
65
const contents = await readFile( file, 'utf-8' )
76

0 commit comments

Comments
 (0)