mirror of
https://github.com/hrfee/jfa-go.git
synced 2025-03-31 00:02:53 +00:00
scripts: use more portable shebang
This commit is contained in:
parent
0ccc314833
commit
c1a2fb2d4a
@ -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.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/env/bin bash
|
||||
# sets version environment variable for goreleaser to use
|
||||
# scripts/version.sh goreleaser ...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user