Files
repo-badwitch
repo-ptgdp
.directory
.gitignore
.gitmodules
README.md
cconvert
colortest
cowsayeternal
domainfind
fetch
fork
g910-lights
i3-settree
i3lock-custom
mclevel
packetloss
ps1test
rmbspam
te
test-notifications
tick
tmp
tubetop
tubetop2
xephwrap
xrdbupdate
bin/cconvert

3 lines
73 B
Bash
Executable File

#!/usr/bin/env bash
printf "%d %d %d\n" 0x${1:0:2} 0x${1:2:2} 0x${1:4:2}