summarylogtreecommitdiffstats
path: root/umleditor
blob: ca103de74eac5f2916e866a7706634d089ef32ef (plain)
1
2
3
4
5
6
7
#!/bin/sh

for name in /opt/umleditor/libs/* ; do
  CP=$CP:$name
done

java -cp $CP -jar /opt/umleditor/umleditor.jar