commit 5e1cccfb9606f9a6604b996b260466e981e96c07 parent 84d6f8cd5d3ce393a9b1a583b152364fa08cbf91 Author: sin <sin@2f30.org> Date: Mon, 17 Feb 2014 11:48:07 +0000 Add poweroff/reboot scripts Diffstat:
A | bin/poweroff | | | 3 | +++ |
A | bin/reboot | | | 3 | +++ |
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/bin/poweroff b/bin/poweroff @@ -0,0 +1,3 @@ +#!/bin/sh + +/bin/rc.shutdown poweroff diff --git a/bin/reboot b/bin/reboot @@ -0,0 +1,3 @@ +#!/bin/sh + +/bin/rc.shutdown reboot