source: locker/bin/gfind @ 326

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