codemod --extensions sh '#!/bin/bash' '#!/usr/bin/env bash'
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/bash -e
|
||||
#!/usr/bin/env bash -e
|
||||
|
||||
here=$(dirname "$0")
|
||||
# shellcheck source=net/common.sh
|
||||
|
Reference in New Issue
Block a user