Skip to content

Commit

Permalink
πŸ› add #!/usr/bin/env node
Browse files Browse the repository at this point in the history
add #!/usr/bin/env node

πŸ› Bugfix
  • Loading branch information
TimMikeladze committed Jan 4, 2023
1 parent 01388ac commit de774d2
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

import { GistDatabase } from './GistDatabase'

if (!process.env.GIST_TOKEN) {
Expand Down

0 comments on commit de774d2

Please sign in to comment.