projects
/
javainspect.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Removed files that came from forked repo and not needed in this one.
[javainspect.git]
/
commandline launcher
/
javainspect
1
#!/bin/bash
2
#
3
# Launcher script for JavaInspect utility:
4
# http://www2.svjatoslav.eu/gitbrowse/javainspect/doc/
5
#
6
7
java -jar /opt/javainspect/javainspect.jar "$@"