Add parsing of add command

This commit is contained in:
SemvdH
2025-10-19 12:36:09 +02:00
parent 782f785637
commit 34c3825205
4 changed files with 130 additions and 8 deletions

4
install_and_jar.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
mvn install -f "/home/sem/Development/Minecraft/mc-ic-server/ic_plugin/pom.xml"
mvn jar:jar -f "/home/sem/Development/Minecraft/mc-ic-server/ic_plugin/pom.xml"