Skip to content

Instantly share code, notes, and snippets.

@TheK0tYaRa
TheK0tYaRa / build.sh
Created August 13, 2022 19:29
OrangeFox ultimate build script attempt
#!/bin/bash
if [ $# -eq 0 ]; then
echo "No arguments provided"
exit 1
fi
[[ -e fox_10.0 ]] || true # git clone ##TODO add proper link here
cd fox_10.0