#!/bin/sh

set -e

cd /usr/share/bytecode-viewer/
exec java -jar Bytecode-Viewer-2.9.22.jar "$@"
