fix: missing #!/usr/bin/env node

This commit is contained in:
chenos 2021-04-07 17:48:07 +08:00
parent e72eebb8cd
commit ca71f8625c

View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
const keys = process.argv;
const key = keys.pop();