dustmop / xc

A tiny command-line calculator for mixed decimal / hexidecimal math

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command-line option for less output, to be more scriptable

dustmop opened this issue · comments

Example:

some_app `xc -d 0x37`

this would convert 0x37 to decimal and pass the result to some_app

Implemented by 7838580