1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-01 23:43:07 -07:00
rc/sh/unconv
2013-10-21 01:03:25 -07:00

5 lines
77 B
Bash

#!/bin/zsh
unconv() {
printf "%08x\n" $(((0x$1^3)&0x00FFFFFF+0x4F920000))
}