mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-23 18:14:25 +08:00
21c84b71e2
Checked in e2fsprogs-1.07
5 lines
106 B
Bash
5 lines
106 B
Bash
#!/bin/sh
|
|
|
|
find . -type f \! -name \*~ \! -exec grep -q Begin-Header \{\} \; -print \
|
|
| grep -v ^./build
|