parent
5e0126ec22
commit
8b32f45146
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
cd "$(dirname "$(realpath "$0")")"
|
||||||
|
|
||||||
|
# load configure
|
||||||
|
. ./config.sh
|
||||||
|
|
||||||
|
# remove dirs
|
||||||
|
set -x
|
||||||
|
|
||||||
|
rm -rf "$OUTPUT_DIR"
|
||||||
|
rm -rf "$LIBS_DIR"
|
||||||
|
rm -rf "$MODELS_DIR"
|
Loading…
Reference in new issue