1 #!/usr/bin/env bash 2 3 # SPDX-FileCopyrightText: 2024-2025 sntx <sntx@sntx.space> 4 # SPDX-License-Identifier: AGPL-3.0-or-later 5 6 nh os build --hostname "$1" . && deploy --skip-checks "${@:2}" ".#$1" 7 8 rm -rf result