projects
/
meviz.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix for latest ubuntu that mounts inserted disks at
[meviz.git]
/
meviz
1
#!/bin/bash
2
3
set -f
4
5
java -Xmx2500m -jar /opt/meviz/meviz-1.0-SNAPSHOT.jar $@
6