Create move_oe_files.sh
This commit is contained in:
6
2024.01.24_move_oe_files/move_oe_files.sh
Normal file
6
2024.01.24_move_oe_files/move_oe_files.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
if [ ! -d "./trash" ]; then
|
||||
mkdir ./trash
|
||||
fi
|
||||
|
||||
mv *.o* ./trash
|
||||
mv *.e* ./trash
|
Reference in New Issue
Block a user