projects
/
instantlauncher.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updated svjatoslav_commons dependency
[instantlauncher.git]
/
instantlauncher
1
#!/bin/bash
2
3
set -f
4
5
java -jar /opt/instantlauncher/instantlauncher-1.0.jar $@
6
7