Skip to content

Commit 392b097

Browse files
committed
new bash resource. add ansible logo
1 parent 730f5ab commit 392b097

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

content/pages/02-development-environments/08-bash-shell.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ during Python software development as part of a programmer's
3232
shows methods for repeating commands, changing directories and
3333
handling background processes.
3434

35+
* [Ten Things I Wish I’d Known About Bash](https://zwischenzugs.com/2018/01/06/ten-things-i-wish-id-known-about-bash/)
36+
covers some edge cases that are very useful to know about such as
37+
proper exit code usage and configuration options through the `set`
38+
command.
39+

content/pages/08-web-app-deployment/29-ansible.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ meta: Ansible is configuration management tool used for application deployment a
1212
[configuration management tool](/configuration-management.html) used for
1313
[application deployment](/deployment.html) and
1414
[environment setup](/development-environments.html).
15+
16+
<a href="http://docs.ansible.com/ansible/latest/index.html"><img src="/img/logos/ansible-wide.png" width="100%" alt="Official Ansible logo. Copyright Redhat." class="technical-diagram"></a>
17+
18+

static/img/logos/ansible-wide.png

14.2 KB
Loading

0 commit comments

Comments
 (0)