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