mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-02-24 12:05:57 +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
|