mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
4 lines
107 B
Bash
4 lines
107 B
Bash
#!/usr/bin/env bash
|
|
set -ev
|
|
|
|
find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT" | xargs -r -l rm -rf |