repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libc, libutil: remove compat hacks
[minix.git]
/
commands
/
poweroff
/
poweroff.sh
blob
366baac4e33104afa2fcc8a5b6ff82c94722c54c
1
#!/bin/sh
2
#
3
# poweroff 1.0 - power off the system Author: David van Moolenbroek
4
# 12 Jun 2009
5
6
if
[
$#
-gt
0
];
then
7
echo
"usage: poweroff"
>&
2
8
exit
1
9
fi
10
11
PATH
=/
usr
/
bin
:
$PATH
12
13
exec
shutdown
-p