rcaldous / getall.sh

Ostatnio aktywny 3 months ago

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