1 #!/bin/sh 2 3 sed ' 4 s/^\.[^ ]*// 5 s/\\f.//g 6 s/\\(..//g 7 ' "$@" 8
Indexes created Wed Mar 04 15:26:31 UTC 2026