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:
3
desktop/piecannon
Executable file
3
desktop/piecannon
Executable 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
|
Reference in New Issue
Block a user