We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66ab4b commit 3c7e6deCopy full SHA for 3c7e6de
README.md
@@ -4,7 +4,7 @@ Get DNS records in a CSV format from a file with a list of domains.
4
5
`mx.sh --domains 'path/to/domain/file/with/one/domain/on/each/line' --record 'MX'`
6
7
-Sources of inspiration
8
-https://dev.to/thiht/shell-scripts-matter
9
-http://redsymbol.net/articles/unofficial-bash-strict-mode/
10
-https://www.gnu.org/software/bash/manual/html_node/Bash-Conditional-Expressions.html
+## Sources of inspiration
+* https://dev.to/thiht/shell-scripts-matter
+* http://redsymbol.net/articles/unofficial-bash-strict-mode/
+* https://www.gnu.org/software/bash/manual/html_node/Bash-Conditional-Expressions.html
0 commit comments