Skip to content

Instantly share code, notes, and snippets.

@lordcirth
Created July 22, 2019 17:53
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 lordcirth/dae94a42df5cfc6679e17ef0da8d1104 to your computer and use it in GitHub Desktop.
Save lordcirth/dae94a42df5cfc6679e17ef0da8d1104 to your computer and use it in GitHub Desktop.
Salt jinja script
#!/bin/bash
DIR=$1
DIR=${DIR:=.}
grep -crIHT '{[{%]' --exclude-dir ".git" $DIR | sort -n -t: -k2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment