Skip to content

Instantly share code, notes, and snippets.

@noirscape
Created September 23, 2018 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noirscape/e039d84e5e85e502bceb8b3d454a9b46 to your computer and use it in GitHub Desktop.
Save noirscape/e039d84e5e85e502bceb8b3d454a9b46 to your computer and use it in GitHub Desktop.
SwitchGuide scripts
@echo off
echo Booting Hekate with HBL...
echo ------------------------------
bin\TegraRcmSmash_Win32.exe bin\payload.bin
echo ------------------------------
timeout 5
@echo off
echo Booting Hekate with HBL...
echo ------------------------------
bin\TegraRcmSmash_Win64.exe bin\payload.bin
echo ------------------------------
timeout 5
#!/bin/sh
echo Booting Hekate with HBL...
echo ------------------------------
sudo python3 ./bin/fusee-launcher.py -w bin/payload.bin
echo ------------------------------
sleep 3
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment