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