dr-sandbox/clean.sh
2026-04-21 18:02:39 -06:00

4 lines
167 B
Bash

#!/bin/bash
find . -type f -not \( -name '*.py' -o -name '*.html' -o -name '*.sh' -o -name '*.toml' -o -name '.gitignore' -o -name '*.md' -o -name "*.pyc" \) -delete