mirror of
https://github.com/opengram-server/opengram.git
synced 2026-07-17 10:42:27 +03:00
4 lines
47 B
Bash
4 lines
47 B
Bash
#!/bin/sh
|
|
find . -iname "Logs" | xargs rm -rf
|
|
|