mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
Add run to shebangs (#380)
This commit is contained in:
parent
2ad643d296
commit
0f00676e8f
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env deno --allow-run --allow-write --allow-read
|
||||
#!/usr/bin/env deno run --allow-run --allow-write --allow-read
|
||||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
const { exit, args, execPath } = Deno;
|
||||
import { parse } from "./flags/mod.ts";
|
||||
|
Loading…
Reference in New Issue
Block a user