From b7dfa5fdb2330f1e1cd222365055c3d45ad473be Mon Sep 17 00:00:00 2001 From: Rose Date: Fri, 10 Oct 2025 11:29:10 +0200 Subject: all: Rework system structure --- fish/Local/bin/sysctls.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 fish/Local/bin/sysctls.sh (limited to 'fish/Local/bin/sysctls.sh') diff --git a/fish/Local/bin/sysctls.sh b/fish/Local/bin/sysctls.sh new file mode 100755 index 0000000..ab72c13 --- /dev/null +++ b/fish/Local/bin/sysctls.sh @@ -0,0 +1,7 @@ +#!/usr/bin/bash + +if [[ "$1" == "poweroff" ]]; then + doas poweroff +elif [[ "$1" == "reboot" ]]; then + doas reboot +fi -- cgit v1.2.3