summary refs log tree commit diff
path: root/bin/dots
diff options
context:
space:
mode:
Diffstat (limited to '')
-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