repo-badwitch
repo-ptgdp
.directory
.gitignore
.gitmodules
README.md
badwitch
cconvert
colortest
cowsayeternal
domainfind
fetch
fork
g910-lights
i3-settree
i3lock-custom
mclevel
packetloss
ps1test
ptgdp
ptgdp-rofi
rmbspam
te
test-notifications
tick
tmp
tubetop
tubetop2
xephwrap
xrdbupdate
3 lines
73 B
Bash
Executable File
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}
|