diff options
author | Stephan Seidt <stephan.seidt@gmail.com> | 2020-05-27 21:24:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 15:24:57 -0400 |
commit | db9c2c156a064469fc0ac6a1ad48ae4425926681 (patch) | |
tree | ad5ce3cfb527041cff254f4f2d4012c76ada733a /std/http/file_server.ts | |
parent | 7d764a2c27d9c50d1f4db1d73fe800b808402765 (diff) |
Fix shebangs (#5898)
Diffstat (limited to 'std/http/file_server.ts')
-rwxr-xr-x | std/http/file_server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/http/file_server.ts b/std/http/file_server.ts index 4920eb13c..5586ed426 100755 --- a/std/http/file_server.ts +++ b/std/http/file_server.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env -S deno --allow-net +#!/usr/bin/env -S deno run --allow-net --allow-read // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // This program serves files in the current directory over HTTP. |