dv_san_andreas/Assets/san_andreas/textures/movehere.sh

4 lines
123 B
Bash
Raw Normal View History

2023-10-13 15:56:49 +00:00
#!/bin/bash
find . -type f -mindepth 2 -exec mv -vn -- {} . \;
find . -depth -mindepth 1 -type d -empty -exec rmdir {} \;