pantry/projects/tart.run/tart-shim
James Reynolds 30b1086413
Switch tart.run to vendored binary with non-OSS license so that we can get --net-bridged (#3952)
* Switch tart.run to vendored binary with non-OSS license so that we can get ----net-bridged

* simpler distribution

---------

Co-authored-by: James Reynolds <magnsuviri@me.com>
Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2023-11-04 16:25:41 -04:00

5 lines
99 B
Bash
Executable file

#!/bin/sh
tart="$(cd "$(dirname "$0")/.." && pwd)"/tart.app/Contents/MacOS/tart
exec "$tart" "$@"