Files
opengram/scripts/delete-Logs-folders.sh
2026-06-05 00:53:35 +03:00

4 lines
47 B
Bash

#!/bin/sh
find . -iname "Logs" | xargs rm -rf