4 lines
106 B
Bash
Executable file
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
|