(WiiU) fix wiiload script.

This commit is contained in:
aliaspider 2016-11-10 08:32:45 +01:00
parent deb9ea4453
commit 225edffce1

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
if [$1 -eq ''] ; then if [ -z $1 ] ; then
echo echo
echo "usage: $0 <WiiU-ip> <elf>" echo "usage: $0 <WiiU-ip> <elf>"
echo echo