1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-07-01 03:07:13 -07:00
rc/sh/unconv

6 lines
87 B
Plaintext
Raw Normal View History

2013-10-21 01:03:25 -07:00
#!/bin/zsh
unconv() {
printf "%08x\n" $(((0x$1^3)&0x00FFFFFF+0x4F920000))
}
2013-10-21 01:36:13 -07:00
unconv $1