isle/AppDir/AppRun
Brian Picciano 47e45e0071 Factor out nebula-entrypoint
As part of this all "wait" constraints have been migrated to pure-go
implementations, taking advantage of pmux's `StartAfterFunc` argument.

nebula-entrypoint was the final main process besides the entrypoint
itself, allowing us to get rid of cryptic-net-main.
2022-10-20 21:59:46 +02:00

5 lines
56 B
Bash
Executable File

#!/bin/sh
export PATH=$APPDIR/bin
exec entrypoint "$@"