Skip to content

Commit 048abbc

Browse files
committed
update footer. add bash resource
1 parent feddc67 commit 048abbc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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
@@ -97,3 +97,8 @@ during Python software development as part of a programmer's
9797
shows how to make your Bash history more useful by having it store more
9898
previous commands (which takes up more persistent storage but is not
9999
a huge deal in 2019) and add timestamps to the `history` command.
100+
101+
* [9 Evil Bash Commands Explained](https://dev.to/devmount/9-evil-bash-commands-explained-4k5e)
102+
presents a list of commands *you should never run*, but can learn about
103+
their destructive abilities by reading through the descriptions provided
104+
by the author.

theme/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{% block content %}{% endblock %}
1818
<hr></div>
1919
{% block lower_banner %}{% endblock %}
20-
<div class="cn"><div class="ft sns"><a href="/about-author.html">Matt Makai</a> <a href="/change-log.html">2012-2019</a></div></div>
20+
<div class="cn"><div class="ft sns"><a href="/about-author.html">Matt Makai</a> <a href="/change-log.html">2012-2020</a></div></div>
2121
{% block bottom_banner %}{% endblock %}
2222
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-19910497-7', 'auto'); ga('send', 'pageview');</script>
2323
{% block js %}{% endblock %}

0 commit comments

Comments
 (0)