dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#2021 feature - Added packaging to Maven building and command line commands...
rsanchez
2014-09-26
b593a097d2ada3ebda4a2440c256f8dae533cb7e
[common/securis.git]
/
securis
/
etc
/
build
/
files
/
securis-server.sh
1
2
3
4
#!/bin/bash
export CLASSPATH="config:libs/*"
java -cp "$CLASSPATH" net.curisit.securis.SeCurisServer $@