aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/home/scripts/manage-system.org
diff options
context:
space:
mode:
Diffstat (limited to 'macos.local/.flake/home/scripts/manage-system.org')
-rw-r--r--macos.local/.flake/home/scripts/manage-system.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/macos.local/.flake/home/scripts/manage-system.org b/macos.local/.flake/home/scripts/manage-system.org
index c511161..91670f0 100644
--- a/macos.local/.flake/home/scripts/manage-system.org
+++ b/macos.local/.flake/home/scripts/manage-system.org
@@ -8,6 +8,8 @@
echo "Usage: $0 [-u/-i]"
}
+ [ "$#" -eq 0 ] && usage && exit 1
+
dir="$pwd"
cd ~/.dotfiles || exit 1