libc, libutil: remove compat hacks
[minix.git] / commands / poweroff / poweroff.sh
blob366baac4e33104afa2fcc8a5b6ff82c94722c54c
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 -p