Last active 1721070977

Revision 9554bf5681429446ab46e37a84a988ace0e77c35

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