Skip to content

Instantly share code, notes, and snippets.

@dkosmari
dkosmari / fetch-wiiu-crash-logs.sh
Last active October 10, 2024 05:57
A shell script to fetch Wii U crash logs through ftpiiu plugin. Can use lftp, curl, wget to retrieve the files.
#!/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"