]>
git.saurik.com Git - apple/system_cmds.git/blob - zic.tproj/datfiles/yearistype.sh
2 # $OpenBSD: yearistype.sh,v 1.3 1997/01/14 04:36:58 millert Exp $
4 : '@(#)yearistype.sh 7.4'
12 *[02468][048]|*[13579][26]) exit 1 ;;
20 *[02468][048]|*[13579][26]) exit 0 ;;
23 2-*) echo "$0: wild type - $2" >&2
25 *) echo "$0: usage is $0 year type" >&2