Home › Pastes › Fix shit Fix shit Goosely ·Plain text ·Sun, 15 Mar 2026 01:02 UTC · 26 views ·1 lines Fix screen sharing. Copy Raw Download Fork 1 Fix screen sharing
#!/usr/bin/env bash set -uo pipefail DEV="/dev/sdb" BOOT="${DEV}1" ROOT="${DEV}2" LOG="$HOME/microsd-test-$(date +%Y%m%d-%H%M%S).log" if [[ $EUID -ne 0 ]]; then echo "Run this script with sudo:" echo " sudo $0… test-microsd.sh Goosely Bash / shell 66h ago