diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-08 13:24:01 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-04-08 13:24:01 +0900 |
| commit | 28db7c76e26c312918959384e02e433f8858de49 (patch) | |
| tree | cc06c8ffa2444b49cbaf01d45aede08411d23049 /bin/dots | |
| parent | b61b58ce2c1371d6f904f108fa7feed3abfbe5c7 (diff) | |
*
Automated-commit-by: dots Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bin/dots')
| -rwxr-xr-x | bin/dots | 4 |
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 |