YottaBrain
Blog
About
Run a Shell Script With Environment Variables in One Line
Monday, July 19, 2021
Tags:
Shell
bash
Categories:
Shell
less than a minute
env1=a env2=b
e.g.
my_var1=abc my_var2=xyz ./myscript.sh
←
Previous
Next
→