#!/bin/bash sed -e '1,/^exit$/d' "$0" | tar -C "${1-.}" -zxvf > app.jar java -jar app.jar exit "${file("app.tar.gz")}"