Files
004_comission/vinniesniper-54816/task1/_ref/2022-Codes-Python/test.sh
louiscklaw 2bd438f978 update,
2025-01-31 22:54:25 +08:00

11 lines
124 B
Bash
Executable File

#!/usr/bin/env bash
set -x
rm -rf **/__pycache__ __pycache__
python ./demo_draft2.py
rm -rf **/__pycache__ __pycache__