Skip to content

Instantly share code, notes, and snippets.

@pletnes
Created June 3, 2020 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pletnes/7657d05ab6ae668cb5d90bff42a5b967 to your computer and use it in GitHub Desktop.
Save pletnes/7657d05ab6ae668cb5d90bff42a5b967 to your computer and use it in GitHub Desktop.
Shellcheck - run on git-bash on windows
#!/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