summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.svignore_global1
-rwxr-xr-xbin/sloped4
2 files changed, 4 insertions, 1 deletions
diff --git a/.svignore_global b/.svignore_global
index 754776d..034125c 100644
--- a/.svignore_global
+++ b/.svignore_global
@@ -1,2 +1,3 @@
+AGENTS.md
CLAUDE.md
.claude
diff --git a/bin/sloped b/bin/sloped
index dd66763..c1e2e22 100755
--- a/bin/sloped
+++ b/bin/sloped
@@ -1,3 +1,5 @@
#!/bin/sh
# agents generated content oftens contains <E2><80><94>
-rg '—'
+# rg '—'
+LC_ALL=C find . -type f -print0 | xargs -0 egrep -nI $'\xe2\x80\x94|\xe2\x86\x92'
+#LC_ALL=C find . -type f -print0 | xargs -0 grep -nI -e $'\xe2\x86\x92|\xe2\x80\x94'