1 2 3 4 5
#!/bin/sh if [ -d /config/scripts/commit/post-hooks.d/ ]; then /bin/run-parts /config/scripts/commit/post-hooks.d fi