This repository has been archived on 2021-04-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
stj/.hooks/post-checkout

4 lines
106 B
Bash
Executable file

#!/usr/bin/env sh
# Remove the build directory after checking out a branch
rm -rf build > /dev/null 2>&1