Join Slack
Powered by
If I create a script called `test.sh`: ``` #!/bin/...
# general
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 _
Open in Slack
Previous
Next