3 lines
58 B
Plaintext
3 lines
58 B
Plaintext
|
#!/bin/bash
|
||
|
printf '%x\n' $1 | tr '[:lower:]' '[:upper:]'
|