Home › Pastes › test test AAnonymous ·Plain text ·Wed, 19 Aug 2026 01:20 UTC · 25 views ·1 lines The text is a simple, titled placeholder that contains only the word "test" with no additional content. Copy Raw Download Fork 1 test
#!/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 64h ago