shithub: 9intro

ref: 2b99422480d596ebc26921c87c6bb81a07949f3e
dir: /src/d2h2/

View raw version
#!/bin/rc
rfork e
{
	echo 'obase=16'
	for (num in $*)
		echo $num
} | bc