#!/bin/sh if [ $# -ne 2 ] then echo "usage: $0 amiibo.bin uuid" exit 1 fi KEY='retail_key.bin' FILE=$1 UUID=$2 ./amiibo.sh ${KEY} ${FILE} ${UUID}