1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 00:21:05 -05:00

Makes shebang Linux compatible (#2694)

This commit is contained in:
Nayeem Rahman 2019-07-31 12:13:05 +01:00 committed by Ryan Dahl
parent ac269beabe
commit ef63ec763a

View file

@ -1,4 +1,4 @@
#!/usr/bin/env deno run --reload --allow-run
#!/usr/bin/env -S deno run --reload --allow-run
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import "./unit_tests.ts";
import { permissionCombinations, parseUnitTestOutput } from "./test_util.ts";