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