codemod --extensions sh '#!/bin/bash' '#!/usr/bin/env bash'

This commit is contained in:
Michael Vines
2018-11-11 08:02:50 -08:00
parent cf6f344ccc
commit 33aab094ef
65 changed files with 66 additions and 66 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash -ex
#!/usr/bin/env bash -ex
[[ $(uname) = Linux ]] || exit 1
[[ $USER = root ]] || exit 1