diff options
Diffstat (limited to 'scripts/gentoo/check-orphans')
| -rwxr-xr-x | scripts/gentoo/check-orphans | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gentoo/check-orphans b/scripts/gentoo/check-orphans new file mode 100755 index 0000000..b253282 --- /dev/null +++ b/scripts/gentoo/check-orphans @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +find $1 -type f | xargs -I{} qfile -o {} |