use "#!/usr/bin/env node" shebang
This commit is contained in:
parent
100cf0af62
commit
192f3210aa
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/env node
|
||||
#!/usr/bin/env node
|
||||
import { accessSync } from 'node:fs';
|
||||
import { resolve } from 'node:path';
|
||||
import { init, encrypt, decrypt, clean } from './crypt.js';
|
||||
|
|
Loading…
Reference in a new issue