mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
cli: change shebang to use env
This commit is contained in:
parent
9214903061
commit
f615e26493
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/node
|
#!/usr/bin/env node
|
||||||
require('yargs')(process.argv.slice(2))
|
require('yargs')(process.argv.slice(2))
|
||||||
.option('piston-url', {
|
.option('piston-url', {
|
||||||
alias: ['u'],
|
alias: ['u'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue