mirror of
https://github.com/fspc/gbootroot.git
synced 2025-04-04 07:43:22 -04:00
9 lines
86 B
Bash
Executable File
9 lines
86 B
Bash
Executable File
#! /bin/sh
|
|
#
|
|
# $Id$
|
|
#
|
|
# Used by Example.yard
|
|
|
|
echo -n "Rebooting... "
|
|
reboot -d -f -i
|