mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
30b1086413
* 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>
5 lines
99 B
Bash
Executable file
5 lines
99 B
Bash
Executable file
#!/bin/sh
|
|
|
|
tart="$(cd "$(dirname "$0")/.." && pwd)"/tart.app/Contents/MacOS/tart
|
|
|
|
exec "$tart" "$@" |