genode/tool/run/power_off/xen

4 lines
72 B
Plaintext

proc run_power_off { } {
catch { exec sudo xl destroy "genode-hvm" }
}