mirror of
https://github.com/denoland/deno.git
synced 2025-07-29 16:13:54 +00:00
Make shebangs Linux compatible (denoland/deno_std#545)
Original: 5e77e8adc7
This commit is contained in:
parent
faf2cd92fc
commit
ad6360edf9
9 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env deno --allow-net --allow-env
|
||||
#!/usr/bin/env -S deno --allow-net --allow-env
|
||||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
|
||||
const { args, env, exit, readFile } = Deno;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue