mirror of
https://github.com/notwa/rc
synced 2024-11-05 13:19:03 -08:00
5 lines
77 B
Text
5 lines
77 B
Text
|
#!/bin/zsh
|
||
|
unconv() {
|
||
|
printf "%08x\n" $(((0x$1^3)&0x00FFFFFF+0x4F920000))
|
||
|
}
|