From 28db7c76e26c312918959384e02e433f8858de49 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 8 Apr 2026 13:24:01 +0900 Subject: * MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated-commit-by: dots Signed-off-by: Robert Günzler --- bin/dots | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/dots') diff --git a/bin/dots b/bin/dots index cee0d73..7076ece 100755 --- a/bin/dots +++ b/bin/dots @@ -25,4 +25,8 @@ push) $0 git push inazuma || true $0 git push origin || true ;; +untracked) + shift + exec $0 git ls-files -o $* + ;; esac -- cgit 1.4.1