Newer
Older
dockersand / ansible / clean-retry.sh
#!/bin/sh
find ./ -name "*.retry" -exec rm -fv {} \;