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