index
:
min
master
A toy Linux distribution.
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
find_dynamic.sh
blob: d53807932feff664b5339bfe95e473c2cc254e51 (
plain
) (
blame
)
1
2
3
#!/bin/sh find "$1" -type f -perm -100 -exec file {} \; | grep dynamic