🔒 Repository is read-only – file editing is disabled.

PaganLinux/build-rootfs.sh main

5 linii Raw ← Powrót
12345
#!/bin/bash
set -euo pipefail

SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "$SCRIPT_DIR/rootfs.sh" "$@"