This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!//bin/sh | |
export PATH=bin:$PATH | |
self=$0 | |
function print_help() { | |
echo "$self [IPSW path]" | |
echo "$self [device model] [ios build]" | |
echo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 6/16/16 | |
# A little script I wrote that converts Super Mario Maker .tnl course | |
# thumbnails to and from JPEG. (Spoiler: TNL is an incredibly thin JPEG wrapper | |
# format.) | |
# Licensed under the MIT License: | |
# Copyright (c) 2016 RoadrunnerWMC | |
# Permission is hereby granted, free of charge, to any person obtaining a copy |