Advertisement
s4ros

shellcheck

Jan 19th, 2019
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. docker run -i --rm \
  4. -v "${PWD}":/app/ \
  5. -w /app \
  6. koalaman/shellcheck "$@"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement