rcaldous / getall.sh

Last active 3 months ago

Like 0
getall.sh Raw
1#!/bin/bash
2find . -mindepth 2 -type f -print -exec mv {} . \;