Page MenuHomeWickedGov Phorge

pre-commit
No OneTemporary

Size
372 B
Referenced Files
None
Subscribers
None

pre-commit

#!/bin/bash
# Code from https://gist.github.com/holysugar/1318698 , simpler than
# http://stackoverflow.com/a/6262715/451712
# Work out location of Thanks/scripts/ directory
dir=$(dirname $(php -r "echo realpath('$0'), \"\\n\";"))
# Move to the project root
cd $(dirname $dir)
find ./ -type f -iname '*.php' -print0 | xargs -0 -P 12 -L 1 php -l
# Run npm test
npm test

File Metadata

Mime Type
text/x-shellscript
Expires
Tue, Aug 18, 14:57 (3 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
94/00/aa6ce6454ef4f4ace8c53ad04fcc
Default Alt Text
pre-commit (372 B)

Event Timeline