mirror of
https://github.com/opengram-server/opengram.git
synced 2026-07-16 16:35:24 +03:00
4 lines
80 B
Bash
4 lines
80 B
Bash
#!/bin/sh
|
|
find . -iname "bin" | xargs rm -rf
|
|
find . -iname "obj" | xargs rm -rf
|