dotfiles/bin/hex2dec

3 lines
28 B
Plaintext
Raw Normal View History

2019-08-01 15:20:50 +02:00
#!/bin/bash
echo $((16#$1))