Skip to content

Commit 2ea107b

Browse files
committed
Add run-demo.bat for easy Demo execution
1 parent 695802a commit 2ea107b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

run-demo.bat

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@echo off
2+
echo === FastFileIndex Demo ===
3+
echo.
4+
echo Building FastFileIndex...
5+
call mvn clean package -f pom.xml
6+
echo.
7+
echo Running Demo...
8+
java --enable-native-access=ALL-UNNAMED -cp "target\fastfileindex-v1.0.0.jar" fastfileindex.Demo
9+
echo.
10+
echo === Demo Complete ===
11+
pause

0 commit comments

Comments
 (0)