mirror of
https://github.com/notwa/rc
synced 2024-11-05 15:59:04 -08:00
4 lines
75 B
Bash
4 lines
75 B
Bash
#!/bin/zsh
|
|
conv() {
|
|
printf "%08x\n" $(((0x$1-0x4F920000+0x80000000)^3))
|
|
}
|