mas/script/clean
2021-04-28 19:14:15 -07:00

10 lines
113 B
Bash
Executable file

#!/bin/bash -e
#
# script/clean
# mas
#
# Deletes the build directory.
#
BUILD_DIR=.build
rm -rf ${BUILD_DIR:?}