summary refs log tree commit diff
path: root/bin/dots
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-04-08 13:24:01 +0900
committerRobert Günzler <r@gnzler.io>2026-04-08 13:24:01 +0900
commit28db7c76e26c312918959384e02e433f8858de49 (patch)
treecc06c8ffa2444b49cbaf01d45aede08411d23049 /bin/dots
parentb61b58ce2c1371d6f904f108fa7feed3abfbe5c7 (diff)
*
Automated-commit-by: dots
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bin/dots')
-rwxr-xr-xbin/dots4
1 files changed, 4 insertions, 0 deletions
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