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