diff options
author | Christian Hesse <mail@eworm.de> | 2013-05-27 19:28:40 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-05-27 19:28:40 +0200 |
commit | ed7138139dcac6a6b0f0208153b8291cd6ef7edf (patch) | |
tree | 07daf2dfda1ba80542e3f25b2dfe9ed1a0074bfa /90_reboot | |
parent | 18fda37710d52a9eda6709e20f3aaa6991f15099 (diff) | |
download | grub-reboot-poweroff-ed7138139dcac6a6b0f0208153b8291cd6ef7edf.tar.gz grub-reboot-poweroff-ed7138139dcac6a6b0f0208153b8291cd6ef7edf.tar.zst |
Initial import0.1.0
Diffstat (limited to '90_reboot')
-rwxr-xr-x | 90_reboot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/90_reboot b/90_reboot new file mode 100755 index 0000000..04c0b90 --- /dev/null +++ b/90_reboot @@ -0,0 +1,7 @@ +#!/bin/sh + +cat << EOF +menuentry 'Reboot' --class tool { + reboot +} +EOF |