Skip to content

Instantly share code, notes, and snippets.

View simpyt's full-sized avatar

Simon Pythoud simpyt

  • Fribourg, Switzerland
  • 09:37 (UTC -12:00)
View GitHub Profile
@simpyt
simpyt / repo-cleanup.sh
Last active November 28, 2025 11:06
Repository Cleanup Script
#!/bin/bash
# =============================================================================
# Repository Cleanup Script
# =============================================================================
# Prerequisite:
# - Update DEV_DIR to match the folder containing your repositories
# - Make it executable: chmod +x repo-cleanup.sh
# Usage: