adding the mcshutdown command
This commit is contained in:
parent
eff0b92c25
commit
dc9f282d58
16
arch/x86/tools/mcshutdown-attached-mic.sh.in
Normal file
16
arch/x86/tools/mcshutdown-attached-mic.sh.in
Normal file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
# \file arch/x86/tools/mcshutdown-attached-mic.sh.in
|
||||
# License details are found in the file LICENSE.
|
||||
# \brief
|
||||
# mckernel shutdown script
|
||||
#
|
||||
# \author McKernel Development Team
|
||||
#
|
||||
|
||||
prefix="@prefix@"
|
||||
BINDIR="@BINDIR@"
|
||||
SBINDIR="@SBINDIR@"
|
||||
KMODDIR="@KMODDIR@"
|
||||
KERNDIR="@KERNDIR@"
|
||||
|
||||
"$SBINDIR/ihkosctl" 0 shutdown
|
||||
Reference in New Issue
Block a user