shithub: 9intro

ref: 2b99422480d596ebc26921c87c6bb81a07949f3e
dir: /progs/d2h3.ms/

View raw version
.P1
.ps -1
.ti -1i
.B
.BX d2h
.ps +1
.CW
.ps -2
.vs .15i
#!/bin/rc
rfork e
if (~ $#* 0)
	args=`{cat}
if not
	args=$*
{
	echo 'obase=16'
	for (num in $args)
		echo $num
} | bc
.ps +2
.P2