X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/b16f82dcbd4bf0fa0b9129aca0b97ba2978ddbc5..2ad631dc766efdf45e699dc24ae4d036911e9211:/doc/marcan_sep_cleanup_script.txt diff --git a/doc/marcan_sep_cleanup_script.txt b/doc/marcan_sep_cleanup_script.txt deleted file mode 100644 index bfb3874..0000000 --- a/doc/marcan_sep_cleanup_script.txt +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -# Fetch from https://marcan.st/paste/4wuJXyRX.txt -# Written by marcan 2022-02-22 - -cat > /tmp/uuids.txt <> /tmp/uuids.txt - -cd /System/Volumes/iSCPreboot - -for i in ????????-????-????-????-????????????; do - if grep -q "$i" /tmp/uuids.txt; then - echo "KEEP $i" - else - echo "RM $i" - rm -rf "$i" - fi -done