2 lines
122 B
Plaintext
2 lines
122 B
Plaintext
|
#!/bin/bash
|
||
|
echo $(echo "ibase=16; ${1:0:2}" | bc)','$(echo "ibase=16; ${1:2:2}" | bc)','$(echo "ibase=16; ${1:4:2}" | bc)
|