Skip to content

Instantly share code, notes, and snippets.

@MrBIMC
MrBIMC / st_bootstrap.sh
Last active November 11, 2022 21:41
Bootstrap test for switch utils termux plugin
echo "Downloading binaries..."
mkdir -p ~/SwitchTools
cd SwitchTools
git clone https://github.com/MrBIMC/SwitchToolsResourceDump.git .
chmod +x hacpack
chmod +x hactool
echo "Removing bootstrap scripts..."