diff options
Diffstat (limited to 'scripts/rebootPrompt')
| -rwxr-xr-x | scripts/rebootPrompt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rebootPrompt b/scripts/rebootPrompt new file mode 100755 index 0000000..4c3c361 --- /dev/null +++ b/scripts/rebootPrompt @@ -0,0 +1,3 @@ +#!/bin/sh + +prompt 'Reboot?' 'sudo reboot' |
