2024-10-10
This commit is contained in:
5
install/cleanproblem.sh
Executable file
5
install/cleanproblem.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user