最后活跃于 1721070977

修订 9554bf5681429446ab46e37a84a988ace0e77c35

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