Skip to content

Commit

Permalink
... add #!/usr/bin/env node
Browse files Browse the repository at this point in the history
  • Loading branch information
moshmage committed Jun 8, 2022
1 parent 60de306 commit e1edf90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/cma.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import parser from "cron-parser";
import pkg from '../package.json' assert {type: "json"};
import {readdirSync} from "fs";
Expand Down

0 comments on commit e1edf90

Please sign in to comment.