mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
8 lines
115 B
Bash
Executable File
8 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
cd $(dirname "$0")
|
|
|
|
rm -rf ./build
|
|
rm -rf ./app/build
|
|
rm -rf ./app/.externalNativeBuild
|
|
rm -rf ./.gradle
|