diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-09-24 00:47:49 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-09-24 00:47:49 -0500 |
commit | 5088967b9db6e8bcc5feddbea6f53da5b33cb77c (patch) | |
tree | ce3fdd093ebc03548e4a20ec955ed6d8b90c2499 /clean.sh | |
parent | fc1959bd9887ecc4d4ceb62a53e87abc6f49ef00 (diff) |
Another reorg.
Diffstat (limited to 'clean.sh')
-rwxr-xr-x | clean.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #!/usr/bin/env bash set -euxo pipefail +cd "$(dirname "${BASH_SOURCE[0]}")" git status --porcelain=v1 --ignored -z \ | grep -z '^!!' \ | xargs -0 awk 'BEGIN { for(i = 1; i < ARGC; i++) printf "%s%c", substr(ARGV[i], 4), 0; }' \ |