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