summaryrefslogtreecommitdiff
path: root/ord.sh
blob: 97e96f3f87ed7497f9fb3fdff5f4e05a0541b6c1 (plain)
1
2
3
4
5
6
if [ $# -ne 1 ] || [ ${#1} -ne 1 ]; then
	printf 'usage: %s char\n' "$0"
	exit 1
fi

printf '%d\n' "\"$1\""