351
This commit is contained in:
8
test.sh
Normal file
8
test.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Send over latest build
|
||||
scp ./build/Penny.gb root@ywbud3:/storage/roms/gb/Penny.gb
|
||||
|
||||
systemctl stop emustation.service
|
||||
killall emulationstation
|
||||
retroarch -L /lib/libretro/gambatte_libretro.so "/storage/roms/gb/Penny.gb"
|
||||
systemctl start emustation.service
|
Reference in New Issue
Block a user