pci: don't do sanity check for missing pci bus, the check can misfire.
[minix.git] / commands / scripts / poweroff.sh
blob92c563fba23c6764e976531e4c216f783265fe27
1 #!/bin/sh
3 # poweroff 1.0 - power off the system Author: David van Moolenbroek
4 # 12 Jun 2009
6 if [ $# -gt 0 ]; then
7 echo "usage: poweroff" >&2
8 exit 1
9 fi
11 PATH=/usr/bin:$PATH
13 exec shutdown -x off