urain39 / MzFoxRestoreTemplate

MzFox精简计划恢复模板
0 stars 0 forks source link

Bug: md5sum.sh cannot generate md5sums.txt #3

Closed urain39 closed 4 years ago

urain39 commented 4 years ago
#!/bin/sh

(find . -type f -not -name md5sums.txt | while read -r f; do md5sum $f; done) > md5sums.txt