1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-01 07:54:27 +00:00

(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
if [$1 -eq ''] ; then
if [ -z $1 ] ; then
echo
echo "usage: $0 <WiiU-ip> <elf>"
echo