summaryrefslogtreecommitdiff
path: root/examples/catj.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/catj.ts')
-rw-r--r--examples/catj.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/catj.ts b/examples/catj.ts
index 82fec5ff9..79a129780 100644
--- a/examples/catj.ts
+++ b/examples/catj.ts
@@ -1,4 +1,4 @@
-#!/usr/bin/env deno --allow-read
+#!/usr/bin/env -S deno --allow-read
// Ported from: https://github.com/soheilpro/catj
// Copyright (c) 2014 Soheil Rashidi
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.