Última atividade 1 year ago

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