6 lines
79 B
Bash
Raw Normal View History

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