rcaldous / getall.sh

Last active 4 months ago

Like 0

rcaldous revised this gist 2 years ago · 9554bf5

1 file changed, 2 insertions

getall.sh (file created)
@@ -0,0 +1,2 @@
1 + #!/bin/bash
2 + find . -mindepth 2 -type f -print -exec mv {} . \;