mirror of
https://github.com/wahyd4/knowledge.git
synced 2026-08-09 05:06:28 +10:00
add bash highlight support
This commit is contained in:
@@ -85,7 +85,7 @@ find . -type f | wc -l
|
||||
|
||||
Used Netcat
|
||||
|
||||
```sh
|
||||
```bash
|
||||
if ! nc -z localhost 5672; then
|
||||
sleep 3;
|
||||
fi
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
<script src="//unpkg.com/prismjs/components/prism-css.min.js"></script>
|
||||
<script src="//unpkg.com/prismjs/components/prism-ruby.min.js"></script>
|
||||
<script src="//unpkg.com/prismjs/components/prism-javascript.min.js"></script>
|
||||
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
|
||||
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user