RetroArch/wiiu/net_send.sh

14 lines
195 B
Bash
Raw Normal View History

2016-11-09 13:28:39 +00:00
#!/bin/sh
2016-11-10 07:32:45 +00:00
if [ -z $1 ] ; then
2016-11-09 13:28:39 +00: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