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
0fde647072
rc
/
sh
/
unconv
6 lines
87 B
Text
Raw
Normal View
History
Unescape
Escape
n64 crap
2013-10-21 01:03:25 -07:00
#!/bin/zsh
unconv() {
printf "%08x\n" $(((0x$1^3)&0x00FFFFFF+0x4F920000))
}
little fixes
2013-10-21 01:36:13 -07:00
unconv $1
Reference in a new issue
Copy permalink