]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dist/osgi-boot/base/bin/a2sh
Make aggregation authorization more robust.
[lgpl/argeo-commons.git] / dist / osgi-boot / base / bin / a2sh
1 #!/bin/sh
2 BIN_DIR=`dirname $0`
3 EQUINOX=$BIN_DIR/../share/osgi/boot/org.eclipse.osgi.jar
4 OSGI_BOOT=$BIN_DIR/../share/osgi/boot/org.argeo.osgi.boot.jar
5
6 /usr/bin/jshell --class-path "$EQUINOX:$OSGI_BOOT" $*