diff options
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 |