mirror of
https://github.com/dolphin-emu/hwtests.git
synced 2026-01-31 01:05:17 +01:00
7 lines
124 B
Bash
7 lines
124 B
Bash
#!/bin/sh
|
|
|
|
wiiload "$1"
|
|
# empiric value, no idea if this differs for large executables
|
|
sleep 4
|
|
netcat ${WIILOAD#tcp:} 16784
|