import cinit from unix.schottelius.org
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
3729fc68eb
commit
423ba10303
13396 changed files with 269468 additions and 0 deletions
18
software/cinit/browse_source/cinit-0.3pre5/bin/cinit.reboot
Normal file
18
software/cinit/browse_source/cinit-0.3pre5/bin/cinit.reboot
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#!/bin/sh
|
||||
# Nico Schottelius
|
||||
# reboot system
|
||||
# 2005-06-09
|
||||
|
||||
|
||||
usage()
|
||||
{
|
||||
echo "`basename $0`"
|
||||
echo " Reboot the system:"
|
||||
exit 1
|
||||
}
|
||||
|
||||
if [ $# -ne 0 ]; then
|
||||
usage
|
||||
fi
|
||||
|
||||
kill -HUP 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue