cli: change shebang to use env

This commit is contained in:
Thomas Hobson 2021-03-13 13:19:05 +13:00
parent 9214903061
commit f615e26493
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/node
#!/usr/bin/env node
require('yargs')(process.argv.slice(2))
.option('piston-url', {
alias: ['u'],