Files
hustoj/install/cleanproblem.sh
2024-10-10 12:56:56 +08:00

6 lines
162 B
Bash
Executable File

#!/bin/bash
cd /home/judge/src/install
rm -rf ../../data/*
echo "delete from problem ;" |./mysql.sh
echo "ALTER TABLE problem AUTO_INCREMENT = 1000 ;"|./mysql.sh