This repository has been archived on 2021-04-22. You can view files and clone it, but cannot push or open issues/pull-requests.
stj/.hooks/post-checkout

5 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