Created
December 1, 2018 19:42
-
-
Save ihaveamac/5fa79a4e19dc2ccae26b2f823a655315 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd `dirname "$0"` | |
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