Added applied robotics code to archive.

This commit is contained in:
2018-08-22 14:49:49 -07:00
parent 5cbceb42d7
commit a56690ca18
89 changed files with 38750 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/bash
VBoxManage controlvm Windows acpipowerbutton
echo "Waiting for Windows to poweroff..."
until $(VBoxManage showvminfo --machinereadable Windows | grep -q ^VMState=.poweroff.)
do
sleep 1
done
sudo poweroff