1
Fork 0

use "#!/usr/bin/env node" shebang

This commit is contained in:
Conduitry 2023-03-27 19:24:44 -04:00
parent 100cf0af62
commit 192f3210aa

View file

@ -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';