Multiple commands after dotenv
Closed this issue · 1 comments
melyux commented
Is there a way to run multiple commands after --
? If I do e.g. dotenv -- env && env
only the first env
fill have access to the dotenv variables.
entropitor commented
you need to use plain old bash dotenv -- bash -c "env && env"