| Author | DaveJarvis <email> |
|---|---|
| Date | 2023-10-01 12:24:17 GMT-0700 |
| Commit | 0d179071234ccd34ae3f945983ca86c13d248962 |
| Parent | 761d6c2 |
| Delta | 1 line added, 1 line removed |
| find \ | ||
| /usr/share/inkscape \ | ||
| - -type f -not -iname "*.xml" -exec rm {} \; && \ | ||
| + -type f -not -iname \*.xml -exec rm {} \; && \ | ||
| find \ | ||
| $CONTEXT_HOME \ |