Skip to content

Commit

Permalink
fix: shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jul 24, 2024
1 parent a713cae commit 97f050a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin/dev-lib.ts
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import os from 'node:os'
import { select, Separator } from '@inquirer/prompts'
import { _assert, _by, PromisableFunction } from '@naturalcycles/js-lib'
Expand Down

0 comments on commit 97f050a

Please sign in to comment.