source: locker/bin/gfind @ 461

Last change on this file since 461 was 461, checked in by andersk, 17 years ago
Things that give me nightmares, volume 461.
  • Property svn:executable set to *
File size: 136 bytes
RevLine 
[127]1#!/bin/sh
2
[461]3gnu=`find --version 2>/dev/null | grep -i gnu`
[127]4if [ "$gnu" != "" ]; then
[461]5        exec find "$@"
[127]6else
[461]7        exec athrun gnu gfind "$@"
[127]8fi
Note: See TracBrowser for help on using the repository browser.