Make shebangs Linux compatible (denoland/deno_std#545)

Original: 5e77e8adc7
This commit is contained in:
Nayeem Rahman 2019-07-28 12:10:29 +01:00 committed by Ryan Dahl
parent faf2cd92fc
commit ad6360edf9
9 changed files with 10 additions and 10 deletions

View file

@ -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;