source: trunk/locker/bin/gfind @ 1178

Last change on this file since 1178 was 689, checked in by andersk, 16 years ago
Better detection in gfind that works on Macs.
  • Property svn:executable set to *
File size: 106 bytes
Line 
1#!/bin/sh
2
3if find / -maxdepth 0 >/dev/null >&2; then
4        exec find "$@"
5else
6        exec athrun gnu gfind "$@"
7fi
Note: See TracBrowser for help on using the repository browser.