1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2025-04-01 16:52:52 +00:00

scripts: use more portable shebang

This commit is contained in:
quasigod 2025-02-24 10:40:54 -05:00
parent 0ccc314833
commit c1a2fb2d4a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# scan all typescript and automatically add dark variants to color tags if they're not already present. # scan all typescript and automatically add dark variants to color tags if they're not already present.

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/env/bin bash
# sets version environment variable for goreleaser to use # sets version environment variable for goreleaser to use
# scripts/version.sh goreleaser ... # scripts/version.sh goreleaser ...