From 108f8a2ffdafa8ce87485bec855d0a94aad3c9b4 Mon Sep 17 00:00:00 2001 From: Daniel Lamando Date: Sat, 28 Aug 2021 20:33:20 +0200 Subject: [PATCH] Make demo.ts executable --- demo.ts | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 demo.ts diff --git a/demo.ts b/demo.ts old mode 100644 new mode 100755 index 16fc368..daf57be --- a/demo.ts +++ b/demo.ts @@ -1,3 +1,5 @@ +#!/usr/bin/env -S deno run --allow-run=kubectl + import { autoDetectClient, ReadLineTransformer } from './mod.ts'; const client = await autoDetectClient();