This website requires JavaScript.
Explore
Help
Sign in
notwa
/
rc
Watch
1
Star
0
Fork
You've already forked rc
0
mirror of
https://github.com/notwa/rc
synced
2024-11-05 08:19:03 -08:00
Code
Issues
Releases
Wiki
Activity
f0a6b990bd
rc
/
sh
/
conv
6 lines
83 B
Text
Raw
Normal View
History
Unescape
Escape
n64 crap
2013-10-21 01:03:25 -07:00
#!/bin/zsh
conv() {
printf "%08x\n" $(((0x$1-0x4F920000+0x80000000)^3))
}
little fixes
2013-10-21 01:36:13 -07:00
conv $1
Reference in a new issue
Copy permalink