diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2023-01-03 18:36:25 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2023-01-03 18:36:25 -0500 |
| commit | b9e00afded90f03ac18f75aa7dfc8e7f3e146348 (patch) | |
| tree | c297115213f6113177b6b17743739addc16307ef /.local/bin/rebootPrompt | |
| parent | 09e361a7a4d76ae88520b7a89fe8d0ac3192fcba (diff) | |
Added some scripts
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' |
