Skip to content

Commit

Permalink
Make demo.ts executable
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Aug 28, 2021
1 parent 0ba700e commit 108f8a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo.ts
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env -S deno run --allow-run=kubectl

import { autoDetectClient, ReadLineTransformer } from './mod.ts';
const client = await autoDetectClient();

Expand Down

0 comments on commit 108f8a2

Please sign in to comment.