Skip to content

Commit

Permalink
fix: unable to run cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed Oct 7, 2020
1 parent a8f8fb9 commit 33cebab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import { markmac } from '.';

markmac().catch(e => console.error(e.stack));

0 comments on commit 33cebab

Please sign in to comment.