From 2404dee657e4a166f7c2f76d0432932e3f7a29f7 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Mon, 3 Mar 2025 15:14:02 -0600 Subject: system changes --- macos.local/.flake/home/scripts/test.sh | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 macos.local/.flake/home/scripts/test.sh (limited to 'macos.local/.flake/home/scripts/test.sh') diff --git a/macos.local/.flake/home/scripts/test.sh b/macos.local/.flake/home/scripts/test.sh deleted file mode 100644 index 084b317..0000000 --- a/macos.local/.flake/home/scripts/test.sh +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - -usage () -{ - echo "Usage: $0 [-u/-i]" -} - -dir="$pwd" -cd ~/.dotfiles || exit 1 - -while getopts ":hui" arg; do - case "$arg" in - h) - usage - cd "$dir" || exit 1 - exit 0 - ;; - u) - make update - cd "$dir" || exit 1 - exit 0 - ;; - i) - make install - cd "$dir" || exit 1 - exit 0 - ;; - *) - cd "$dir" || exit 1 - exit 1 - ;; - esac -done -- cgit v1.2.3