1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00

Added syntax highlighting for bash code.

This commit is contained in:
Markus Birth 2016-11-01 23:34:29 +01:00
parent c2499e98eb
commit ebd43b4686

View File

@ -188,7 +188,7 @@ Then proceed according to [this](http://www.syslinux.org/wiki/index.php?title=WD
Change Change
``` ```bash
# findknoppix devices... # findknoppix devices...
findknoppix(){ findknoppix(){
local dev local dev
@ -211,7 +211,7 @@ findknoppix(){
into into
``` ```bash
# findknoppix devices... # findknoppix devices...
findknoppix(){ findknoppix(){
return 0 return 0