This website requires JavaScript.
Explore
Help
Sign In
micropelago
/
isle
Watch
4
Star
1
Fork
0
You've already forked isle
Code
Issues
1
Pull Requests
Projects
Releases
5
Activity
6ba8b948c2
isle
/
AppDir
/
AppRun
5 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
First public commit There has been over 1 year of commit history leading up to this point, but almost all of that has had some kind network configuration or secrets built into the code. As of today all of that has been removed, and the codebase can finally be published! I am keeping a private copy of the previous commit history, though it's unclear if it will ever be able to be published.
2021-04-20 21:31:37 +00:00
#!/bin/sh
export PATH=$APPDIR/bin
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 19:59:46 +00:00
exec entrypoint "$@"
Reference in New Issue
Copy Permalink