Sign in
android-kvm
/
buildroot
/
00e644adb182681a51d39375d70d0a888d0b950f
/
.
/
package
/
openvmtools
/
shutdown
blob: bca9765a387ea0dbc239d9998f1c80cc9d96d804 [
file
] [
log
] [
blame
]
#!/bin/sh
#compatibility script for openvmtools
if
[
"$1"
==
"-r"
];
then
/
sbin
/
reboot
else
/
sbin
/
poweroff
fi