shutdown 110 B

1234567
  1. #!/bin/sh
  2. #compatibility script for openvmtools
  3. if [ "$1" == "-r" ]; then
  4. /sbin/reboot
  5. else
  6. /sbin/poweroff
  7. fi