UNPKG

255 BPlain TextView Raw
1#!/usr/bin/env node
2
3// ... Some code that will be run before the hook
4console.log(process.cwd());
5
6// GRUNT-GITHOOKS START // GRUNT-GITHOOKS END
7
8// ... Some code that will be run after the hook... if it does not exit, that is
9console.log(process.cwd());
\No newline at end of file