Add small number tools
This commit is contained in:
parent
fdc8093f87
commit
d79509759d
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
printf '%x\n' $1 | tr '[:lower:]' '[:upper:]'
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
echo $((16#$1))
|
Loading…
Reference in New Issue