Created
June 3, 2020 11:11
-
-
Save pletnes/7657d05ab6ae668cb5d90bff42a5b967 to your computer and use it in GitHub Desktop.
Shellcheck - run on git-bash on windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
exec docker run --rm -v "$(cygpath -aw .):/mnt" koalaman/shellcheck:stable "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment