Files
vinniesniper-54816/task1/_lab/002-face-detection/scripts/clean.sh
louiscklaw 3b0b154910 update,
2025-02-01 01:19:51 +08:00

12 lines
98 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
rm -rf __pycache__
python ./draft1.py
sleep 1
rm -rf __pycache__