Is there a way to read shell environment variables from a planck script?
Just saw that the previous discussion here is about something quite similar 🙈
Hmm actually, I can't really figure it out. The best I've gotten so far is to do (sh "env")
and parse the result, which isn't too great
@spinningarrow FWIW, https://github.com/mfikes/planck/issues/165