mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-05 05:18:53 +08:00
8 lines
117 B
Bash
Executable File
8 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf .hvigor
|
|
rm -rf .idea
|
|
rm -rf oh_modules
|
|
rm -rf entry/.cxx
|
|
rm -rf entry/build
|
|
rm -rf entry/oh_modules
|