fix: missing #!/usr/bin/env node
This commit is contained in:
parent
e72eebb8cd
commit
ca71f8625c
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const keys = process.argv;
|
||||
|
||||
const key = keys.pop();
|
||||
|
Loading…
Reference in New Issue
Block a user