Create move_oe_files.sh

This commit is contained in:
guanjihuan 2024-01-24 20:11:11 +08:00
parent bcef3bf281
commit 2603da57d1

View File

@ -0,0 +1,6 @@
if [ ! -d "./trash" ]; then
mkdir ./trash
fi
mv *.o* ./trash
mv *.e* ./trash