bugzilla/scripts/suspend.sh
Tiara Rodney 883f31932e
init
2026-03-14 05:38:45 +01:00

6 lines
116 B
Bash
Executable file

#!/bin/sh
# Suspend VMs — stop them gracefully.
set -eu
. "$(dirname "$0")/env.sh"
exec "$SCRIPT_DIR/vm/stop.sh"