https://pulumi.com logo
j

jolly-egg-4894

08/06/2019, 10:58 AM
If I create a script called `test.sh`:
Copy code
#!/bin/sh
echo "_$BOB"
And run
./test.sh && BOB="a" ./test.sh && ./test.sh
The output is:
Copy code
_
_a
_