This commit is contained in:
2022-04-29 13:45:12 -07:00
parent 41a23e30ac
commit 87ba6dc281
4 changed files with 55 additions and 0 deletions

5
scripts/351.js Normal file
View File

@@ -0,0 +1,5 @@
const process = require('process');
const { spawnSync, execSync } = require('child_process');
execSync(`scp ./build/Penny.gb root@ywbud3:/storage/roms/gb/Penny.gb`);
execSync(`echo "systemctl stop emustation.service; killall emulationstation; retroarch -L /lib/libretro/gambatte_libretro.so '/storage/roms/gb/Penny.gb';" | ssh root@ywbud3 /bin/bash`);