Files
2022-10-15 13:49:51 +03:00

4 lines
105 B
Django/Jinja

#!/bin/bash
find {{ aurweb_dir }} -maxdepth 1 -type d -name "*.git" -execdir sh -c 'cd {} && git gc' \;