1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-29 02:17:12 -07:00
rc/sh/conv
2013-10-21 01:03:25 -07:00

5 lines
75 B
Bash

#!/bin/zsh
conv() {
printf "%08x\n" $(((0x$1-0x4F920000+0x80000000)^3))
}