env: add multi var set example (#4331)

beep
Donovan Mueller 2020-09-11 04:18:16 -07:00 committed by GitHub
parent 693ff4a00d
commit f145e33a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -21,3 +21,7 @@
- Set a variable and run a program:
`env {{variable}}={{value}} {{program}}`
- Set multiple variables and run a program:
`env {{variable1}}={{value}} {{variable2}}={{value}} {{variable3}}={{value}} {{program}}`