mail/html-cleaner

4 lines
160 B
Text
Raw Permalink Normal View History

2025-11-24 18:55:42 +01:00
#!/bin/sh
./gradlew --quiet ":cli:html-cleaner-cli:installDist" < /dev/null && ./cli/html-cleaner-cli/build/install/html-cleaner-cli/bin/html-cleaner-cli "$@"