Skip to content

Instantly share code, notes, and snippets.

@justinhennessy
Created October 31, 2014 00:52
Show Gist options
  • Save justinhennessy/f0d492c8a8dc5ed8836a to your computer and use it in GitHub Desktop.
Save justinhennessy/f0d492c8a8dc5ed8836a to your computer and use it in GitHub Desktop.
root@02868fb43335:/app# for file in templates/* ; do if bin/check $file; then echo OK: $file $? ; else echo ERROR: $file $?; fi ; done
OK: templates/authorized_keys 0
OK: templates/builder 0
OK: templates/check-repos 0
OK: templates/gitreceive 0
OK: templates/receiver 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment