mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-29 16:05:47 +08:00
9 lines
104 B
Bash
Executable File
9 lines
104 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
rm -rf */build
|
|
rm -rf */android
|
|
rm -rf */ios
|
|
rm -rf */web
|
|
rm -rf */macos
|
|
rm -rf */test
|