#!/usr/bin/env bash set -euo pipefail rm -rf /tmp/* /var/* if command -v bootc > /dev/null; then bootc lint fi