1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07:00
rc/sh/conv

6 lines
83 B
Bash
Executable File

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