commit initial version of PieCannon library and desktop app.

Documentation is sparse right now, I'm working on getting the desktop and android apps working first.
This commit is contained in:
2020-10-22 04:01:33 -05:00
parent 8790054c64
commit 569e174b78
12 changed files with 396 additions and 0 deletions

3
desktop/piecannon Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
RESULT=$(mvn -B exec:java -Dexec.mainClass=net.monarchpass.piecannon.App -Dexec.arguments=$1 -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN | tail -n 1)
xdg-open $RESULT