-
It would be nice to be able to do: |
Beta Was this translation helpful? Give feedback.
Answered by
intgr
Mar 12, 2025
Replies: 1 comment 2 replies
-
Hi! It's fairly simple to use the Unix Not sure about adding it to |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vassilit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! It's fairly simple to use the Unix
env
command to achieve this:ego env VARIABLE=value ./a.out
Not sure about adding it to
ego
itself :)