chore: aligned docs to the template file for articles

This commit is contained in:
Michele Cereda
2023-07-09 18:00:36 +02:00
parent 69cc886d82
commit fe0adabb88
66 changed files with 620 additions and 264 deletions

View File

@@ -1,5 +1,10 @@
# Export all variables in an envfile
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Sources](#sources)
## TL;DR
```sh
@@ -12,4 +17,9 @@ set +o allexport
- [Set environment variables from file of key/value pairs]
<!--
References
-->
<!-- Others -->
[set environment variables from file of key/value pairs]: https://stackoverflow.com/questions/19331497/set-environment-variables-from-file-of-key-value-pairs#30969768