source:
locker/bin/gfind
@
447
Last change on this file since 447 was 127, checked in by jbarnold, 18 years ago | |
---|---|
|
|
File size: 144 bytes |
Rev | Line | |
---|---|---|
[127] | 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.