source:
locker/bin/gfind
@
158
Last change on this file since 158 was 127, checked in by jbarnold, 18 years ago | |
---|---|
|
|
File size: 144 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | gnu=`/usr/bin/find --version 2>/dev/null | grep -i gnu` |
4 | if [ "$gnu" != "" ]; then |
5 | /usr/bin/find "$@" |
6 | else |
7 | athrun gnu gfind "$@" |
8 | fi |
Note: See TracBrowser
for help on using the repository browser.