4 lines
80 B
Bash
Executable File
4 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf ./*/bin ./*/obj
|
|
rm -rf ./third-party/*/bin ./third-party/*/obj
|