RetroArch/wiiu/net_send.sh

14 lines
195 B
Bash
Raw Normal View History

2016-11-09 14:28:39 +01:00
#!/bin/sh
2016-11-10 08:32:45 +01:00
if [ -z $1 ] ; then
2016-11-09 14:28:39 +01:00
echo
echo "usage: $0 <WiiU-ip> <elf>"
echo
exit 0
fi
export WIILOAD=tcp:$1
rm $2.stripped -rf
powerpc-eabi-strip $2 -o $2.stripped
wiiload $2.stripped