#!/bin/sh for name in /usr/share/java/leakcanary-shark-cli/*.jar ; do CP=$CP:$name done exec java -cp $CP shark.MainKt "$@"