mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
Fix shebangs (#5898)
This commit is contained in:
parent
7d764a2c27
commit
db9c2c156a
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env -S deno --allow-net --allow-env
|
||||
#!/usr/bin/env -S deno run --allow-net --allow-env
|
||||
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||
// A program to post files to gist.github.com. Use the following to install it:
|
||||
// deno install -f --allow-env --allow-read --allow-net=api.github.com https://deno.land/std/examples/gist.ts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue