diff options
Diffstat (limited to 'fish/.local/bin/sysctls.sh')
-rwxr-xr-x | fish/.local/bin/sysctls.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fish/.local/bin/sysctls.sh b/fish/.local/bin/sysctls.sh deleted file mode 100755 index ab72c13..0000000 --- a/fish/.local/bin/sysctls.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/bash - -if [[ "$1" == "poweroff" ]]; then - doas poweroff -elif [[ "$1" == "reboot" ]]; then - doas reboot -fi |