mirror of https://github.com/apache/lucene.git
6 lines
55 B
Bash
6 lines
55 B
Bash
|
#!/bin/sh
|
||
|
./cleanlastrun.sh
|
||
|
rm -r build
|
||
|
rm -r classes
|
||
|
|