Skip to content

Instantly share code, notes, and snippets.

View Phineas1500's full-sized avatar

Phineas1500 Phineas1500

View GitHub Profile
#!/bin/bash
# 32-bit iSH Test Script
# Tests various 32-bit functionality to ensure compatibility
echo "========================================="
echo "32-bit iSH Functionality Test"
echo "========================================="
# Step 1: Clean rebuild
#!/bin/bash
# Commit Test Runner
# Tests the last 65 commits to track 32-bit functionality over time
OUTPUT_FILE="commit_test_results.log"
TEST_SCRIPT_URL="$1"
TOTAL_COMMITS=65
# Check if gist URL was provided