8 lines
86 B
Bash
Executable File

#!/bin/bash
cd ..
OUTPUT_PATH=output
CACHE_DIR=cache
rm -rf $OUTPUT_PATH $CACHE_DIR