mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:29:02 -08:00
5 lines
83 B
Bash
Executable file
5 lines
83 B
Bash
Executable file
#!/bin/zsh
|
|
conv() {
|
|
printf "%08x\n" $(((0x$1-0x4F920000+0x80000000)^3))
|
|
}
|
|
conv $1
|