Create move_oe_files.sh
This commit is contained in:
parent
bcef3bf281
commit
2603da57d1
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
|
Loading…
x
Reference in New Issue
Block a user