This file contains hidden or 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 -e | |
| # This script copies crash logs from a Wii U running Aroma with FTPiiU plugin. | |
| WIIU_ADDRESS=${1:-wiiu} | |
| # Note: choose your favorite command to do FTP downloads | |
| function download { | |
| URL="$1" |