Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
llalexandru00 committed May 8, 2019
1 parent 0182948 commit 69ecf07
Show file tree
Hide file tree
Showing 98 changed files with 4,478 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions releases/v1.0/Linux & Mac/alki.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

jardir="$(dirname "../$BASH_SOURCE")"
# echo $jardir

java -jar $jardir/alk.jar ${@:1}
exit 0
1 change: 1 addition & 0 deletions releases/v1.0/Windows/alki.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -jar %~dp0\..\alk.jar %*
Binary file added releases/v1.0/alk.jar
Binary file not shown.
Loading

0 comments on commit 69ecf07

Please sign in to comment.