diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-10-28 12:09:57 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-28 12:09:57 +0200 |
commit | 47d30b3c5b10812010c25ced00e4b418c37f8aa3 (patch) | |
tree | 649cb023e4109058261ae40b0d991aed24c0e6aa /.local/bin/shutdown-run | |
parent | b9b21873c0d7ba1ab6dd5cc70d16e69bcd57fb27 (diff) |
Diffstat (limited to '.local/bin/shutdown-run')
-rwxr-xr-x | .local/bin/shutdown-run | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.local/bin/shutdown-run b/.local/bin/shutdown-run new file mode 100755 index 0000000..4820dbc --- /dev/null +++ b/.local/bin/shutdown-run @@ -0,0 +1,6 @@ +#!/bin/zsh + +update +backup-run +backup-prune +sudo shutdown -h |