Skip to content

Commit 69ecf07

Browse files
committed
reformat
1 parent 0182948 commit 69ecf07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+4478
-1
lines changed

.idea/workspace.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/v1.0/Linux & Mac/alki.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
jardir="$(dirname "../$BASH_SOURCE")"
4+
# echo $jardir
5+
6+
java -jar $jardir/alk.jar ${@:1}
7+
exit 0

releases/v1.0/Windows/alki.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
java -jar %~dp0\..\alk.jar %*

releases/v1.0/alk.jar

2.51 MB
Binary file not shown.

0 commit comments

Comments
 (0)