Sha256: 19552b09fa5b9f93522cea49c762fdaca1609967f6f70da7973fcceac3d2f4e3

Contents?: true

Size: 680 Bytes

Versions: 51

Compression:

Stored size: 680 Bytes

Contents

#! /bin/sh

: 'This file is in the public domain, so clarified as of'
: '2006-07-17 by Arthur David Olson.'

case $#-$1 in
	2-|2-0*|2-*[!0-9]*)
		echo "$0: wild year - $1" >&2
		exit 1 ;;
esac

case $#-$2 in
	2-even)
		case $1 in
			*[24680])			exit 0 ;;
			*)				exit 1 ;;
		esac ;;
	2-nonpres|2-nonuspres)
		case $1 in
			*[02468][048]|*[13579][26])	exit 1 ;;
			*)				exit 0 ;;
		esac ;;
	2-odd)
		case $1 in
			*[13579])			exit 0 ;;
			*)				exit 1 ;;
		esac ;;
	2-uspres)
		case $1 in
			*[02468][048]|*[13579][26])	exit 0 ;;
			*)				exit 1 ;;
		esac ;;
	2-*)
		echo "$0: wild type - $2" >&2 ;;
esac

echo "$0: usage is $0 year even|odd|uspres|nonpres|nonuspres" >&2
exit 1

Version data entries

51 entries across 51 versions & 7 rubygems

Version Path
radius-rails-3.1.4 app/assets/components/Flot/examples/axes-time-zones/tz/yearistype.sh
postrunner-1.2.0 misc/flot/examples/axes-time-zones/tz/yearistype.sh
postrunner-1.1.1 misc/flot/examples/axes-time-zones/tz/yearistype.sh
postrunner-1.1.0 misc/flot/examples/axes-time-zones/tz/yearistype.sh
postrunner-1.0.5 misc/flot/examples/axes-time-zones/tz/yearistype.sh
postrunner-1.0.4 misc/flot/examples/axes-time-zones/tz/yearistype.sh
postrunner-1.0.2 misc/flot/examples/axes-time-zones/tz/yearistype.sh
postrunner-1.0.1 misc/flot/examples/axes-time-zones/tz/yearistype.sh
postrunner-1.0.0 misc/flot/examples/axes-time-zones/tz/yearistype.sh
columbus3-0.5.1 bower_components/flot/examples/axes-time-zones/tz/yearistype.sh
postrunner-0.12.0 misc/flot/examples/axes-time-zones/tz/yearistype.sh
postrunner-0.11.0 misc/flot/examples/axes-time-zones/tz/yearistype.sh
rails_modular_admin-1.0.0 app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/yearistype.sh
rails_modular_admin-0.4.0 app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/yearistype.sh
postrunner-0.10.1 misc/flot/examples/axes-time-zones/tz/yearistype.sh
postrunner-0.10.0 misc/flot/examples/axes-time-zones/tz/yearistype.sh
jinda_lte-0.0.1 lib/generators/jinda_lte/templates/app/assets/jinda_assets/bower_components/Flot/examples/axes-time-zones/tz/yearistype.sh
postrunner-0.9.0 misc/flot/examples/axes-time-zones/tz/yearistype.sh
columbus3-0.6.0 bower_components/flot/examples/axes-time-zones/tz/yearistype.sh
postrunner-0.8.1 misc/flot/examples/axes-time-zones/tz/yearistype.sh