mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-05-22 19:09:08 +02:00
12 lines
129 B
Batchfile
12 lines
129 B
Batchfile
@echo off
|
|
|
|
echo Clean the workspace.
|
|
pause
|
|
|
|
cd modules
|
|
call composite clean %~dp0\workspace
|
|
cd ..
|
|
|
|
echo Cleaned workspace.
|
|
pause
|