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