uni
University stuff
git clone
git://git.margiolis.net/uni.git
Log
|
Files
|
Refs
|
README
|
LICENSE
htoa (66B)
1
#!/bin/sh
2
3
while read hex; do
4
echo "16i ${hex} P" | dc
5
done
6
echo