Skip to content

Commit

Permalink
add exec header to bin scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Mar 15, 2024
1 parent 71372b3 commit 6b23e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/0ecdsa-generate-keypair.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import * as ecdsa from 'lib0/crypto/ecdsa'
import * as json from 'lib0/json'
import * as env from 'lib0/environment'
Expand Down
1 change: 1 addition & 0 deletions bin/gendocs.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
// @ts-ignore
import jsdoc from 'jsdoc-api'
import * as fs from 'fs'
Expand Down

0 comments on commit 6b23e5a

Please sign in to comment.