mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-10 02:56:58 +00:00
6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
printf '%s\n' 'system_powerdown' | nc -U /run/qemu-monitor
|