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
|
||||
|
||||
usage() {
|
||||
echo "Usage: $0 [--nopull] [docker image name] [command]"
|
||||
|
Reference in New Issue
Block a user