mpc
.directory
.gitignore
cconvert
cowsayeternal
fetch
i3-settree
i3lock-custom
mklatex
ssht
test-color
test-notifications
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}
|