Skip to content

Instantly share code, notes, and snippets.

View SunSolsticeByte's full-sized avatar
🔷
Roblox Studio

sunislight SunSolsticeByte

🔷
Roblox Studio
View GitHub Profile
@SunSolsticeByte
SunSolsticeByte / install.sh
Created December 27, 2025 02:09
oque MultiFunction Terminal
cat << 'EOF' > install.sh
#!/usr/bin/env bash
# Config
APP_NAME="oque"
INSTALL_DIR="/usr/local/bin"
SOURCE_FILE="oque.py"
echo "--- Installing $APP_NAME ---"