MoparScape/java_client/file.sh

3 lines
106 B
Bash
Raw Normal View History

2011-05-14 20:57:43 -04:00
#!/bin/sh
find bin/ -type f -perm -o+rx -exec ls -lah {} \;
find bin/ -type f -perm -o+rx -exec file {} \;