From a431d2fb3d3ba6f1833d4d3dcec6736b1410dd01 Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Thu, 9 Aug 2018 22:48:40 +1000 Subject: [PATCH] add bash highlight support --- categories/devops/linux.md | 2 +- index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/categories/devops/linux.md b/categories/devops/linux.md index eee110d..12f3d76 100644 --- a/categories/devops/linux.md +++ b/categories/devops/linux.md @@ -85,7 +85,7 @@ find . -type f | wc -l Used Netcat -```sh +```bash if ! nc -z localhost 5672; then sleep 3; fi diff --git a/index.html b/index.html index 0395a26..b549a4e 100644 --- a/index.html +++ b/index.html @@ -52,6 +52,7 @@ +