7 lines
146 B
Bash
7 lines
146 B
Bash
#!/bin/sh
|
|
# Used to clean up some non essential folders to make the ws container
|
|
|
|
rm -rf build
|
|
rm -rf third_party/zlib
|
|
rm -rf third_party/mbedtls
|