Skip to content

Commit

Permalink
fix: add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Oct 29, 2021
1 parent ad46338 commit 8d4de4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

/* eslint-disable no-await-in-loop */
import { readFile, writeFile } from 'fs/promises';
import path from 'path';
Expand Down

0 comments on commit 8d4de4d

Please sign in to comment.