From 7bc72287280b091aa2ca8ab4cc6b6b3c6829141b Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Tue, 15 Oct 2019 20:30:00 +1100 Subject: [PATCH] Fix extra fences --- bash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.md b/bash.md index e3f57737b..158b6a31f 100644 --- a/bash.md +++ b/bash.md @@ -393,7 +393,7 @@ Note that `[[` is actually a command/program that returns either `0` (true) or ` if ping -c 1 google.com; then echo "It appears you have a working internet connection" fi -```` +``` ```bash if grep -q 'foo' ~/.bash_history; then