Skip to content

Commit

Permalink
Add run to shebangs (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry authored May 6, 2019
1 parent 2ad643d commit 0f00676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion format.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env deno -A
#!/usr/bin/env deno run -A
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import "./colors/test.ts";
import "./datetime/test.ts";
Expand Down

0 comments on commit 0f00676

Please sign in to comment.