mirror of
https://github.com/BlackMATov/kari.hpp.git
synced 2025-12-13 13:06:17 +07:00
5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
BUILD_DIR=`dirname "$BASH_SOURCE"`/../build
|
|
rm -rf $BUILD_DIR
|