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

6 lines
114 B
Bash
Executable file

#!/bin/sh
# Resume VMs — start them back up.
set -eu
. "$(dirname "$0")/env.sh"
exec "$SCRIPT_DIR/vm/start.sh"