11 lines
153 B
Batchfile
11 lines
153 B
Batchfile
|
|
@echo off
|
|
echo:
|
|
echo Deleting local repositories.
|
|
echo:
|
|
make flush-windows
|
|
echo:
|
|
echo:
|
|
echo Local repositories have been deleted.
|
|
echo:
|
|
pause
|