Files
louiscklaw b1cd1d4662 update,
2025-01-31 22:56:58 +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__