rcaldous / getall.sh

Naposledy aktivní 4 months ago

To se mi líbí 0
getall.sh Raw
1#!/bin/bash
2find . -mindepth 2 -type f -print -exec mv {} . \;